View source: R/configuration_file.R
configuration_file | R Documentation |
Create or apply a configuration file (YAML extension).
configuration_file(path_file = NULL, silent = FALSE)
path_file |
character expected. Path to a existent configuration file. The file need a .yml extension. By default the parameter is NULL and the function will create a new configuration file. |
silent |
logical expected. Display or not information when you run an existing configuration file. By default FALSE. |
Return a R list with several information configuration and, if you want, a YAML file.
# If you want to create a new configuration file
## Not run:
configuration_file()
## End(Not run)
# If you want to use an existing configuration file
## Not run:
configuration_file(path_file = "path_of_your_own_configuration_file")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.