Description Usage Arguments Author(s) Examples
Returns a tibble with the percentage or number of missing values at a station for a given year or year-month and variables.
1 2 | quick_audit(station, variables, by = NULL, report = "pct",
reverse = FALSE)
|
station |
character; a station id number to process or a |
variables |
numeric or character; by default, all variables will be included. Pass a numeric vector to specify columns to include, or pass a character vector to try to match column names |
by |
character; whether values should be reported annually ( |
report |
character; whether values should be reported as percentage missing ( |
reverse |
Boolean; if |
Conor I. Anderson
1 2 | ## Not run: quick_audit("000401", "Tmax", reverse = TRUE)
## Not run: quick_audit("000401", 2:10, by = "month", report = "n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.