check_missing_values: Check for missing values in the ENTRANCES DATA

Description Usage Arguments Value Examples

View source: R/check_for_missing_values.R

Description

Check for missing values in the ENTRANCES DATA

Usage

1
2
3
4
5
6
check_missing_values(
  years,
  var_dataset = unique(data$variable),
  region = c("rhineland", "lusatia", "centralgermany", "jiuvalley", "uppernitra",
    "sulcis", "silesia")
)

Arguments

years

vector of character strings, years for which the data set should be analyzed

var_dataset

data frame,

region

character string,

Value

nested data frame

Examples

1
df <- check_missing_values(years = c(2018:2019),var_dataset = c("pop"))

THartl1/EntrancesDataPackage documentation built on Dec. 18, 2021, 4:01 p.m.