Check whether all metadata names are correct
Arguments
- col_df
a character with colnames of df
- df_name
a name of data.table ("" by default)
- df_type
a type of a data.table (NULL by default)
Examples
td <- get_test_data()
m_file <- manifest_path(td)
m_data <- read_excel_to_dt(m_file)
result <- check_metadata_names(col_df = colnames(m_data))