Description Usage Arguments Value Author(s) Examples
Download and Save Data from GPDD.
1 2 3 4 | download_gpdd(dataset_name = c("gpdd_data", "gpdd_main",
"gpdd_timeperiod", "gpdd_taxon", "gpdd_datasource", "gpdd_biotope",
"gpdd_location"), dir = rappdirs::user_data_dir("gpdd"),
overwrite = "Ask")
|
dataset_name |
A string of the name of the dataset. |
dir |
A directory to which the datasets will be downloaded. |
overwrite |
Indicates whether to overwrite existing datasets or not. |
The requested dataset in tibble format.
Zihao Li, zihao0104@berkeley.edu
1 2 | download_gpdd()
download_gpdd(c("gpdd_data", "gpdd_timeperiod"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.