View source: R/qc_md_general_checks.R
qc_md_cols | R Documentation |
qc_md_cols
checks if the columns of the provided metadata return the
correct class, as well as indicates any NAs present and the absence of any
mandatory variable.
qc_md_cols(metadata, dic, parent_logger = "test")
metadata |
Data frame containing the data or metadata in which the test will be made. |
dic |
Name of the metadata dictionary to use as character. It must be
one of the following: |
After loading the metadata, columns classes and presence/absence of mandatory variables must be checked in order to continue with the quality check workflow. This function returns a summary of the metadata columns and their state.
A data frame with variable names in one column and result of the checks in the following columns
Other Quality Checks Functions:
create_dic()
,
qc_coordinates()
,
qc_data_results_table()
,
qc_ext_radiation()
,
qc_factor_values()
,
qc_get_biomes_spdf()
,
qc_get_biome()
,
qc_get_timezone_coord()
,
qc_is_timestamp()
,
qc_md_results_table()
,
qc_measured_sfn()
,
qc_pl_treatments()
,
qc_psi_N_nas()
,
qc_psi_SE_nas()
,
qc_psi_nas()
,
qc_set_timezone()
,
qc_simplify_questions()
,
qc_species_names_info()
,
qc_species_names()
,
qc_species_verification()
,
qc_start_process_psi()
,
qc_timestamp_nas()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.