drake (version 6.2.1)

deps: Deprecated. List the dependencies of a function, workflow plan command, or knitr report source file.

Description

Deprecated. Use deps_code() or deps_target() instead. These functions are intended for debugging and checking your project. The dependency structure of the components of your analysis decides which targets are built and when.

Usage

deps(x)

Arguments

x

Either a function or a string. Strings are commands from your workflow plan data frame.

Value

A character vector, names of dependencies. Files wrapped in single quotes. The other names listed are functions or generic R objects.

Details

Deprecated on 2018-05-08.

Examples

Run this code
# NOT RUN {
# See deps_code() for examples.
# }

Run the code above in your browser using DataLab