validate_data_frame | R Documentation |
Validate Parameter 'dat'
validate_data_frame( dat, geo_var = NULL, nuts_year = NULL, values_var = NULL, method_var = NULL )
dat |
A data frame input to be validated. |
geo_var |
The variable that contains the geographical codes in the NUTS typologies, defaults to code"geo_var". |
nuts_year |
The year of the NUTS typology to use. |
values_var |
The variable that contains the upstream data to be
imputed to the downstream data, defaults to |
method_var |
The variable that contains the metadata on various
processing information, defaults to |
A logical variable showing if all assertions were met.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.