Set directory path
yml-dir-path.Rdprojr_yml_dir_path_set sets the path for a directory label in the project.
projr_yml_dir_path_rm removes the custom path setting for a directory,
reverting to default behavior.
Usage
projr_yml_dir_path_set(label, path, profile = "default")
projr_yml_dir_path_rm(label, profile = "default")Arguments
- label
character. Directory label to configure (e.g., "output", "raw-data", "cache"). Must be a valid directory label.
- path
character. Path to the directory.
- profile
character. Profile to modify. If
"default"(the default), modifies the default profile (_projr.yml). If another character vector, modifies_projr-<profile>.yml.