Skip to contents
  • 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 label cache exactly (after forcing it to lower case), then that directory is used. Otherwise, the first cache directory specified in _projr.yml is used.

Here is the default directories key:

directories:
  data-raw:
    path: _data_raw
  cache: 
    path: _tmp
  output: 
    path: _output
  docs:
    path: docs

To access the path for the data-raw directory, run:

projr_path_get("data-raw")

which yields

"_data_raw"

Now,