find_project: Search up the file system for the nearest root path of a...

View source: R/deprecated.R

find_projectR Documentation

Search up the file system for the nearest root path of a drake project. [Deprecated]

Description

Deprecated on 2019-01-08.

Usage

find_project(path = getwd())

Arguments

path

Starting path for search back for the project. Should be a subdirectory of the drake project.

Details

Only works if the cache is a file system in a folder named .drake (default).

Value

File path of the nearest drake project or NULL if no drake project is found.

See Also

drake_plan(), make()


wlandau-lilly/drake documentation built on March 6, 2024, 8:18 a.m.