set_soe_root: Set the path to the root of your SoE network folder

View source: R/utils.R

set_soe_rootR Documentation

Set the path to the root of your SoE network folder

Description

This will add an environment variable called 'ENVREPORTUTILS_SOE_PATH' to your '.Renviron' file and set it to the path on your computer to the 'pickaxe/SOE' folder.

Usage

set_soe_root(x)

Arguments

x

character. A path to the SOE folder on the network (pickaxe) drive. For Mac users it will look something like '"/Users/username/Volumes/pickaxe/SOE"'. For Windows users, use the mapped drive letter rather than the UNC path (e.g., '"P:/pickaxe/SOE"')

Value

logical (invisibly)

Examples

## Not run: 
# Mac
set_soe_root("/Users/username/Volumes/pickaxe/SOE")
# Windows
set_soe_root("P:/pickaxe/SOE")

## End(Not run)

bcgov/envreportutils documentation built on Feb. 1, 2024, 8:48 p.m.