check_name_standards | R Documentation |
Generates a data frame report of any variable names that are not compatible in Maelstrom Research ecosystem, including Opal. This report can be used to help assess data structure, presence of fields, coherence across elements, and taxonomy or data dictionary formats.
check_name_standards(var_names)
var_names |
A character vector of names. |
The object may be specifically formatted to be compatible with additional Maelstrom Research software, in particular Opal environments.
A data frame providing non-standard names across a vector.
{
# use madshapR_DEMO provided by the package
check_name_standards(c("coucou", "cou cou", "$coucou",NA))
check_name_standards(
madshapR_DEMO$`data_dict_TOKYO - errors`$Variables$name)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.