wt_get_download_summary | R Documentation |
Obtain a table listing projects that the user is able to download data for
wt_get_download_summary(sensor_id)
sensor_id |
Can be one of "ARU", "CAM", or "PC" |
a dataframe listing the projects that the user can download data for, including: project name, id, year, number of tags, and status.
## Not run:
# Authenticate first:
wt_auth()
wt_get_download_summary(sensor_id = "ARU")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.