`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
)

Arguments

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

Value

code chunk to paste into .Rprofile

See also

Other stored paths: si_path()

Examples

if (FALSE) { # \dontrun{
set_paths <- set_path(folderpath_msd = "C:/Users/rshah/Documents/Data") } # }