powered by
Request data from a particular station for the desired time period. Data are returned as a single character string containing the AIRIS output.
airsis_downloadData(startdate = strftime(lubridate::now(), "%Y0101", tz = "UTC"), enddate = strftime(lubridate::now(), "%Y%m%d", tz = "UTC"), provider = "USFS", unitID = NULL, baseUrl = "http://xxxx.airsis.com/vision/common/CSVExport.aspx?")
desired start date (integer or character representing YYYYMMDD[HH])
desired end date (integer or character representing YYYYMMDD[HH])
identifier used to modify baseURL ['APCD'|'USFS']
['APCD'|'USFS']
unit identifier
base URL for data queries
String containing AIRSIS output.
Interagency Real Time Smoke Monitoring
# NOT RUN { fileString <- airsis_downloadData( 20150701, 20151231, provider='USFS', unitID='1026') df <- airsis_parseData(fileString) # }
Run the code above in your browser using DataLab