Locates the project root using criterion and appends the given path
components to it. Equivalent to calling find_python_root and then
file.path on the result.
Arguments
- ...
Character vectors of path components to append to the root.
- criterion
A
root_criterionobject. See find_python_root.- path
Character scalar. Starting directory for the upward search. Defaults to
".".