powered by
List CIMIS data quality control flags.
cimis_flags(type = c("Severe", "Informative"), period = "Current")
The type of data flag, i.e. "Severe" or "Informative".
"Severe"
"Informative"
The Time period that data was collected, i.e., "Current" or "Former" (pre-1995).
a dataframe of data flags.
CIMIS Data Overview - Quality Control
# NOT RUN { cimis_flags() cimis_flags("Informative") cimis_flags("Severe", period = "Former") # }
Run the code above in your browser using DataLab