cs_path: CloudStorage Box Path Generator

View source: R/box_paths_allyn.R

cs_pathR Documentation

CloudStorage Box Path Generator

Description

Create Mac OS path to Box when Box is mounted under "CloudStorage". When box is installed under the cloudstorage path its root directory is different from the default location used in gmRi::box_path. These function is a direct swap for that situation.

Usage

cs_path(box_group = NULL, subfolder = NULL)

Arguments

box_group

The top level directory name within Box

subfolder

Any subsequent sub-directory location you wish to access

Value

returns a path to box

Examples

oisst_path <- cs_path(box_group = "res", subfolder = "OISST/oisst_mainstays")
shapefile_path <- cs_path(box_group = "res", subfolder = "Shapefiles")

gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.