Description Usage Arguments Value Examples
This will add an environment variable called SAFEPATHS_NETWORK_PATH
to
your .Renviron
file and set the variable to the provided network
path.
1 |
x |
character. A path to a folder on a network drive.
For Mac users it will look something like |
logical (invisibly)
1 2 3 4 5 6 7 8 | ## Not run:
# Mac
set_network_path("/Volumes/server_name/folder_name")
# Windows
set_network_path("P:/folder_name") OR
set_network_path("//UNC_path")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.