create_dict | R Documentation |
Print out a translation dictionary given a char vector of names
create_dict(v)
v |
Character vector of names |
A printout out of a named vector template for a translation dictionary
A printout out of a named vector template for a translation dictionary
## Not run:
if(interactive()){
create_dict(names(mtcars))
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.