Description Usage Arguments Value Author(s) See Also Examples
View source: R/get_envirologger_data.R
Function to get observational data from Envirologger API.
| 1 2 3 | 
| user | An Envirologger API user-name. | 
| key | An Envirologger API key for  | 
| station | A vector of station codes to download. Station codes are 
integers and  | 
| start | What is the start date of data to be returned? Ideally, the 
date format should be  | 
| end | What is the end date of data to be returned? Ideally, the 
date format should be  | 
| tz | Time zone for the observations' dates. The default is  | 
| remove_duplicates | Should "true" date-station-variable-value duplicates
be removed? Default is  | 
| interval | How much data should the function request from the API for each iteration? | 
| verbose | Should the functions give messages? | 
Tibble.
Stuart K. Grange
API Documentation,
get_envirologger_stations
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run: 
# Get some data for a made up station
data_air <- get_envirologger_data(
  user = user, 
  key = key, 
  station = 1001, 
  start = "2016-06-20", 
  end = "2016-06-21"
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.