get_xml_config | R Documentation |
This function creates an empty configuration xml file in the directory
specified by dir_path
. This provides an alternative to the use of input
arguments for familiar.
get_xml_config(dir_path)
dir_path |
Path to the directory where the configuration file should be
created. The directory should exist, and no file named |
Nothing. A file named config.xml
is created in the directory
indicated by dir_path
.
## Not run:
# Creates a config.xml file in the working directory
get_xml_config(dir_path=getwd())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.