I´m trying to retrieve from WoRMS the records from the id 14260, and the rank_id 180 or 220, using the function wm_records_rank
I get the first 50 records as usual, however, when changing the parameter offset to get subsequent records (50-100, etc., etc., ), results in tibble were always the same (1-50: the first fifty records). Is there any way to fix this problem? A few months ago, I was able to do it, varying the offset value, but I can´t now. I appreciate in advance any solution
Function:
wm_records_rank (rank_id = 220, id = 14260, offset = 50)
Library: worrms v. 0.4.3
R-4.4.3
RStudio 2024.12.1 Build 563