create_dic | R Documentation |
create_dic()
Creates a data.frame dictionary identifying column id (with cleaned variable names), label and homodatum variable type
create_dic(d, frtype = NULL)
d |
The data set for which the user is creating the dictionary for |
frtype |
pre-defined fringe types (check available_hdTypes() for the complete list) |
a data frame with three columns: id, label and hdType
d <- mtcars
new_dic <- create_dic(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.