spplit - connect species occurrence data to literature
docs: https://sckott.github.io/spplit/
spocc::occ() to get occurrence datasp_lit_meta() gather metadata from taxonomic names from occurrence datasp_lit_text() gather full text from literature metadatasp_lit_names() extract names from full textsp_parse_names() parse names into componentsinstall rgbif and spocc, then install spplit
remotes::install_github(c("ropensci/namext")) remotes::install_github("sckott/spplit")