getZipUrls {neonUtilities} | R Documentation |
Get and store the file names, S3 URLs, file size, and download status (default = 0) in a data frame
Description
Used to generate a data frame of available zipfile URLs.
Usage
getZipUrls(
month.urls,
avg,
package,
dpID,
release,
messages,
tabl,
include.provisional,
token = NA_character_
)
Arguments
month.urls |
The monthly API URL for the URL files |
avg |
Global variable for averaging interval |
package |
Global varaible for package type (basic or expanded) |
dpID |
Global variable for data product ID |
release |
Data release to be downloaded |
messages |
Error/warning messages from previous steps |
tabl |
Table name to get |
include.provisional |
Should provisional data be included? |
token |
User specific API token (generated within neon.datascience user accounts) |
Value
A dataframe comprised of file names, S3 URLs, file size, and download status (default = 0)
Author(s)
Claire Lunch clunch@battelleecology.org Christine Laney claney@battelleecology.org
References
License: GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007
[Package neonUtilities version 2.4.2 Index]