set_paths: Set SI local folder paths

View source: R/si_paths.R

set_pathsR Documentation

Set SI local folder paths

Description

'set_paths' stores store local folder paths where larger data are stored centrally and outside of projects. Accessed through use of 'si_path()'.

Usage

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

## Not run: 
set_paths <- set_path(folderpath_msd = "C:/Users/rshah/Documents/Data") 
## End(Not run)

USAID-OHA-SI/glamr documentation built on July 6, 2024, 6:39 a.m.