
Build a path within the OME SharePoint root
sp_path.RdConstructs a file path relative to the user's synced SharePoint / OneDrive
root folder stored in the OME_SHAREPOINT_ROOT environment variable.
Arguments
- ...
Path components to append to the SharePoint root, passed to
base::file.path().- root
Optional character string giving the SharePoint root directly. If
NULL, the value is taken from theOME_SHAREPOINT_ROOTenvironment variable.- must_exist
Logical. If
TRUE, an error is thrown if the resulting path does not exist. Default isFALSE.