cimis_flags {cimir} | R Documentation |
CIMIS Data Flags
Description
List CIMIS data quality control flags.
Usage
cimis_flags(type = c("Severe", "Informative"), period = "Current")
Arguments
type |
The type of data flag, i.e. |
period |
The Time period that data was collected, i.e., "Current" or "Former" (pre-1995). |
Value
a dataframe of data flags.
See Also
CIMIS Data Overview - Quality Control
Examples
cimis_flags()
cimis_flags("Informative")
cimis_flags("Severe", period = "Former")
[Package cimir version 0.4-1 Index]