R/project.R
find_prj.Rd
Locates the project root by looking for either a `.project` file or an `_project.yml` file.
find_prj(path = ".")
Starting path to search from. Defaults to current directory.
The project root directory path.