set_paths | R Documentation |
'set_paths' stores store local folder paths where larger data are stored centrally and outside of projects. Accessed through use of 'si_path()'.
set_paths(
folderpath_msd,
folderpath_datim,
folderpath_raster,
folderpath_vector,
folderpath_downloads
)
folderpath_msd |
folderpath where the MSDs are stored |
folderpath_datim |
folderpath where DATIM data are store eg (org hierarchy, mech table) |
folderpath_raster |
folderpath where GIS raster data are stored |
folderpath_vector |
folderpath where GIS vector data are stored |
folderpath_downloads |
folderpath to local Downloads folder |
code chunk to paste into .Rprofile
Other stored paths:
si_path()
## Not run:
set_paths <- set_path(folderpath_msd = "C:/Users/rshah/Documents/Data")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.