Walks upward from a file or directory until it finds the structural markers
that identify a Picard study repository, and returns that directory. This is
how the cohort and concept-set manifests locate the root against which their
stored file_path values are resolved, so a manifest loads the same way
regardless of the caller's working directory.
Usage
findStudyProjectRoot(path = here::here())Arguments
- path
Character. A file or directory inside the study repository. Defaults to the current project detected by
here::here().