Description Usage Arguments Value Examples
Read Park Tables
1 | load_park_tables(cfg, park, tbls = NULL, append_park = F)
|
cfg |
NPS configuration list object; see |
park |
park code (ie CHIS, CABR or SAMO) |
tbls |
character vector of tables to load (default=NULL, loads all tables) |
append_park |
whether to append park code to name (eg tbl_Species_CHIS) |
Does not return anything. Loads all tables listed in the cfg$dir_tables/park folder into the global namespace.
1 2 | cfg <- get_nps_config(system.file(package="npstools", "nps_config.yaml"))
load_park_tables(cfg, "CABR", tbls=c("tbl_Phenology_Species", "tlu_Richness"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.