Description Usage Arguments Value Examples
This will retrieve and use a stored network path in conjunction with a provided file or folder path.
1 |
... |
path elements (character). Path to a network folder or file, relative to |
full path to a folder or file
1 2 3 4 5 6 7 | ## Not run:
use_network_path("file.csv")
use_network_path("folder_name/file.csv")
# In a function call:
read.csv(use_network_path("folder_name/file.csv"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.