Check all required columns are present in metadata
Source:R/precheck_col_req_meta.R
precheck_col_req_meta.Rd
Using the req_meta_cols
object.
See also
Other precheck_col:
precheck_col_invalid_meta()
,
precheck_col_req_data()
,
precheck_col_to_rows()
Examples
precheck_col_req_meta(example_meta)
#> check result
#> 1 col_req_meta PASS
#> message guidance_url
#> 1 All of the required columns are present in the metadata file. NA
precheck_col_req_meta(example_meta, verbose = TRUE)
#> ✔ All of the required columns are present in the metadata file.
#> check result
#> 1 col_req_meta PASS
#> message guidance_url
#> 1 All of the required columns are present in the metadata file. NA