Construct an absolute path to a project directory for saving and loading.
Source:R/paths.R
get_path_to.Rd
This function constructs an absolute path to a specified project directory. Directory paths, relative to the project root, are defined in the user's .Rprofile environment variables.
Usage
get_path_to(
dir = c("src", "input", "output", "applications", "notebooks", "templates", "css",
"latex", "resources")
)