check_losses | R Documentation |
Count missing values and missing PA
check_losses( vars, data, resp_var = "staff_rangers_log", PA_var = "PA_area_log", PA_invlink = exp )
vars |
a vector of quoted variable names |
data |
a data.frame or tibble |
resp_var |
the name of the response variable (to exclude it from computation) |
PA_var |
the name of the variable storing the PA area information |
PA_invlink |
the function to turn PA_var into km2 (default = exp) |
a tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.