Description Usage Arguments Value Note Author(s) Examples
Download species occurrence data from GBIF
1 |
prop |
An |
pause |
The number of seconds to pause to wait for the data request from GBIF to be ready. Default is 60 secs. If it returns file size: 0 MB then increase the pause time. |
A data frame of species occurrence data from GBIF within the boundary of the desired refuge
First time user - Add your GBIF credentials (username, password, email) to an .renviron file using usethis::edit_r_environ(scope = "user")
GBIF_USER = "your GBIF user name"
GBIF_PWD = "your GBIF password"
GBIF_EMAIL = "your email address"
McCrea Cobb mccrea_cobb@fws.gov
1 2 3 4 | ## Not run:
get_gbif(orgname = "KODIAK NATIONAL WILDLIFE REFUGE")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.