
Path inside base_dir, relying on config.yml
pth.RdReturns a path starting with the contents of the base_dir key in config.yml.
Arguments
- subdir_or_key
Interpreted as key in config.yml; if key is not present in config.yml, will be treated as subdirectory of base_dir. Will be created if it does not exist.
- ...
Path elements to be appended to path set in
base_dirin config.yml. Each "dot" can have length > 1, in which case the path contains all combinations of elements.