`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 where the MSDs are stored
folderpath where DATIM data are store eg (org hierarchy, mech table)
folderpath where GIS raster data are stored
folderpath where GIS vector data are stored
folderpath to local Downloads folder
code chunk to paste into .Rprofile
Other stored paths:
si_path()
if (FALSE) { # \dontrun{
set_paths <- set_path(folderpath_msd = "C:/Users/rshah/Documents/Data") } # }