This function retrieves synonyms for given species from a
reference list and updates occurrence data for each species (GBIF).
Usage
rfs_auto_occ_update(ref_df, species, folder)
Arguments
- ref_df
A reference dataset following the rFishStatus template (for this function,
the dataset should be filled with all species from a family).
- species
A character vector representing the species names to query.
- folder
A character vector representing the folder path to save the
Value
A data frame containing updated occurrence data.
Examples
if (FALSE) { # \dontrun{
result <- rfs_auto_occ_update(ref_df, species, folder)
} # }