Validate Parameter 'dat'
validate_data_frame(
dat,
geo_var = NULL,
nuts_year = NULL,
values_var = NULL,
method_var = NULL
)A data frame input to be validated.
The variable that contains the geographical codes in the NUTS typologies, defaults to code"geo_var".
The year of the NUTS typology to use.
The variable that contains the upstream data to be
imputed to the downstream data, defaults to "values".
The variable that contains the metadata on various
processing information, defaults to NULL in which case it will
be returned as 'method'.
A logical variable showing if all assertions were met.