View source: R/epa_aqs_getFormatDescriptionTables.R
epa_aqs_getFormatDescriptionTables | R Documentation |
Download tables with descriptions of data file formats. These are needed to properly interpret the data files downloaded from EPA. Tables are returned as a named list and include (on 2021-09-24):
"Site Description"
"Monitor Description"
"Annual Summary"
"Daily Summary"
"Hourly Data"
"8-Hour Average"
"Blanks Data"
For example, the 'epa_aqs_parseHourlyData()' function uses the information in the table named "Hourly Data".
epa_aqs_getFormatDescriptionTables(
url = "https://aqs.epa.gov/aqsweb/airdata/FileFormats.html"
)
url |
Character URL for EPA AQS file format descriptions. |
Named list of tables with format descriptions.
## Not run:
library(AirMonitorIngest)
formatDescriptionTables <- epa_aqs_getFormatDescriptionTables()
head(formatDescriptionTables$`Hourly Data`)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.