View source: R/box_paths_allyn.R
cs_path | R Documentation |
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.
cs_path(box_group = NULL, subfolder = NULL)
box_group |
The top level directory name within Box |
subfolder |
Any subsequent sub-directory location you wish to access |
returns a path to box
oisst_path <- cs_path(box_group = "res", subfolder = "OISST/oisst_mainstays")
shapefile_path <- cs_path(box_group = "res", subfolder = "Shapefiles")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.