gbif_local | R Documentation |
Local connection to a downloaded GBIF Parquet database
gbif_local(
dir = gbif_parquet_dir(version = gbif_version(local = TRUE)),
tblname = "gbif",
backend = c("arrow", "duckdb"),
safe = TRUE
)
dir |
location of downloaded GBIF parquet files |
tblname |
name for the database table |
backend |
choose duckdb or arrow. |
safe |
logical. Should we exclude columns |
A summary of this GBIF data, along with column meanings can be found at https://github.com/gbif/occurrence/blob/master/aws-public-data.md
a remote tibble tbl_sql
class object
gbif <- gbif_local(gbif_example_data())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.