View source: R/qc_md_general_checks.R
qc_psi_dics | R Documentation |
qc_psi_dics
function creates a dictionary for the selected variable
containing the accepted values for that variable
qc_psi_dics(variable, parent_logger = "test")
variable |
Variable name in which the dictionary is needed as character
vector (e.g. |
In order to check if factor variables have a valid value or have been bad formatted/introduced in the data template, first it is needed to have a list of accepted values for each variable. This function creates that list to use in the checks.
A character vector containing the valid values for the provided variable
The factor variables in environmental_md are time_psi
,
canopy_position
, method
, organ
and aggregation_level
.
Other Dictionaries:
qc_plant_dics()
,
qc_site_dics()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.