getData {MCAPS} | R Documentation |
Retrieve MCAPS data objects from remote database.
getData(name = NULL)
name |
character, name of data object to retrieve |
If name
is NULL
for getData
, then a character
vector is returned (invisibly) containing the names of all the available data
objects. Current data objects are
Roger D. Peng rpeng@jhsph.edu
Dominici F, Peng RD, Bell ML, Pham L, McDermott A, Zeger SL, Samet JM (2006). "Fine Particulate Air Pollution and Hospital Admission for Cardiovascular and Respiratory Diseases," Journal of the American Medical Association, 295 (10) 1127–1134.
## Not run: initMCAPS() getData() siteList <- getData("sitesList") head(siteList) ## End(Not run)