sanwal.code | R Documentation |
Code written for Sanwal for archive build for data analysis.
makeAQArchives(pass = "")
makeArchive(type = NULL)
getArchiveDir(type, pass = "")
getFromArchive(code, type, pass = "code")
testInArchive(code, type, pass)
archiveThis(obj, code, type)
mergeAQAndMet(aq, met)
pass |
(character) function output control; what to do if something unexpected happens. |
type |
(character) data type, aq, met, merge or misc. |
code |
(character) the names of the dataset to select, typically the code of the aq data. |
obj |
(data.frame or similar) the dataset, if, e.g., to archive if archiving data. |
aq |
(data.frame or similar) a dataset of air quality data. |
met |
(data.frame or similar) a dataset of meteorological data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.