Skip to contents

Combined function to get clean SIS points file using name identifiers

Usage

make_LC_points(
  keys_df,
  first_name = "",
  second_name = "",
  institution = "",
  range_check = FALSE
)

Arguments

keys_df

(data frame) Derived from [`get_name_keys()`] function. Must include at least GBIF_usageKey to obtain GBIF occurrences

first_name

(character) First name of assessor

second_name

(character) Second name of assessor

institution

(character) Name of institution or affiliation

range_check

(boolean) TRUE if you want to carry out occurrence cleaning with native range filter

Value

(list) Includes the GBIF "citation", and "points" the cleaned SIS compatible point file

Details

Designed for batch processing using keys derived from [`get_name_keys()`]