build_config_path | R Documentation |
/path/to/.hostname-rc
Create a configuration file name in the form of /path/to/.hostname-rc
build_config_path(hostname = system("hostname", intern = TRUE), path = "~")
hostname |
character hostname |
path |
character the directory of the configuration file |
the complete configuration file path
## Not run:
build_config_path()
[1] "~/.scgc-clarity-dev-rc"
build_config_path(hostname = 'foo')
[1] "~/.foo-rc"
build_config_path(hostname = 'foo', path = '/stairway/to/heaven')
[1] "/stairway/to/heaven/.foo-rc"
build_config_path(hostname = 'foo.bar.org', path = '/stairway/to/heaven')
[1] "/stairway/to/heaven/.foo-rc"
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.