Learn R Programming

drake (version 3.0.0)

find_project: Function find_project

Description

Return the file path of the nearest drake project (searching upwards for directories containing a drake cache).

Usage

find_project(path = getwd())

Arguments

path

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

Value

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

See Also

plan, make