Code written for Sanwal for archive build for data analysis.
Usage
makeAQArchives(pass = "")
makeArchive(type = NULL)
getArchiveDir(type, pass = "")
getFromArchive(code, type, pass = "code")
testInArchive(code, type, pass)
archiveThis(obj, code, type)
mergeAQAndMet(aq, met)
Arguments
- 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.