Description Usage Arguments Value Examples
View source: R/check_for_missing_values.R
Check for missing values in the ENTRANCES DATA
1 2 3 4 5 6 | check_missing_values(
years,
var_dataset = unique(data$variable),
region = c("rhineland", "lusatia", "centralgermany", "jiuvalley", "uppernitra",
"sulcis", "silesia")
)
|
years |
vector of character strings, years for which the data set should be analyzed |
var_dataset |
data frame, |
region |
character string, |
nested data frame
1 | df <- check_missing_values(years = c(2018:2019),var_dataset = c("pop"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.