box_path: Box Path Generator

View source: R/box_paths_allyn.R

box_pathR Documentation

Box Path Generator

Description

Create OS agnostic paths to different locations on box.

Usage

box_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 <- box_path(box_group = "res", subfolder = "OISST/oisst_mainstays")
shapefile_path <- box_path(box_group = "res", subfolder = "Shapefiles")

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