View source: R/box_paths_allyn.R
box_path | R Documentation |
Create OS agnostic paths to different locations on box.
box_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 <- box_path(box_group = "res", subfolder = "OISST/oisst_mainstays")
shapefile_path <- box_path(box_group = "res", subfolder = "Shapefiles")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.