check_metadata_fields_exist | R Documentation |
Similar to check_fields_exist()
, but instead of verifying fields that exist
in the data tibble this seeks to verify their existence under the metadata
tibble field_name
s.
check_metadata_fields_exist(metadata_tbl, cols, call = caller_env())
metadata_tbl |
A metadata tibble from the supertibble generated by |
cols |
Selected columns identified for |
call |
The calling environment to use in the error message |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.