| add_prefix | R Documentation |
Adds a prefix to node_list names and all input nodes. Preserves previous prefixes unless rewrite_module argument is specified.
add_prefix(mcmodule, prefix = NULL, rewrite_module = NULL)
mcmodule |
An mcmodule or a node_list object |
prefix |
String to add as prefix of the new mcmodule mcnodes, defaults to mcmodule name |
rewrite_module |
Name of a module to rewrite prefixes |
A mcmodule with new prefixes in node_list names
print(names(imports_mcmodule$node_list))
imports_mcmodule_prefix<-purchase <- add_prefix(imports_mcmodule)
print(names(imports_mcmodule_prefix$node_list))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.