directories
directories.Rmd
- During dev builds:
- Both any output and docs are kept in
projr/<label>/<version>
sub-directories of a cache directory. If a cache directory has labelcache
exactly (after forcing it to lower case), then that directory is used. Otherwise, the first cache directory specified in_projr.yml
is used.
- Both any output and docs are kept in
Here is the default directories
key:
To access the path
for the data-raw
directory, run:
projr_path_get("data-raw")
which yields
"_data_raw"
Now,