get_downloads.numeric {neotoma2} | R Documentation |
get_downloads
Description
get_downloads
Usage
## S3 method for class 'numeric'
get_downloads(x, verbose = TRUE, ...)
Arguments
x |
Use a single number to extract site information |
verbose |
Should text be printed during the download process? |
... |
arguments in ellipse form |
Value
The function returns either a single item of class
"try-error"
describing the reason for failure
(either misdefined parameters or an error from the Neotoma API),
or a table of sites, with rows corresponding to the number of
individual sites and datasets returned by the Neotoma API.
[Package neotoma2 version 1.0.4 Index]