sp_path: Create a path to SharePoint and OneDrive directories

View source: R/sp_path.R

sp_pathR Documentation

Create a path to SharePoint and OneDrive directories

Description

sp_path() creates a path to the directory for synced SharePoint folders.

sp_data_path() creates the start of the path to a synced datasets library.

od_path() creates a path to the user's OneDrive.

These functions do not verify whether the resulting directories actually exist.

Usage

sp_data_path(path = NULL)

od_path(path = NULL)

sp_path(path = NULL)

Arguments

path

Unique file path string. Defaults to NULL.

Value

A character vector of length one (invisibly).

See Also

sp_data for functions for creating paths to files in a synced datasets library.


CenterOnBudget/Rcbpp documentation built on Jan. 6, 2025, 9:32 p.m.