Description Usage Arguments Value Examples
Retrieve a data.frame requested with getAQDMdata(synchronous = FALSE)
1  | getAQDMrequest(request, ...)
 | 
request | 
 an object of the type   | 
... | 
 Additional arguments to be passed to   | 
A data.frame containing the data requested by getAQDMdata.
1 2 3 4 5 6 7 8 9 10  | ## Not run: 
 # Send a request to AQDM
 x <- getAQDMdata(user = "me@email.com", pw = "abc123", param = "44201",
                  state = 18, county = 89, bdate = "20140101",
                  edate = "20141231")
 # Once you get an email for EPA saying the data is ready:
 df <- getAQDMrequest(x)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.