new_drake_deps {drake} | R Documentation |
drake_deps
constructor
Description
List of class drake_deps
.
Usage
new_drake_deps(
globals = character(0),
namespaced = character(0),
strings = character(0),
loadd = character(0),
readd = character(0),
file_in = character(0),
file_out = character(0),
knitr_in = character(0)
)
Arguments
globals |
Global symbols found in the expression |
namespaced |
Namespaced objects, e.g. |
strings |
Miscellaneous strings. |
loadd |
Targets selected with |
readd |
Targets selected with |
file_in |
Literal static file paths enclosed in |
file_out |
Literal static file paths enclosed in |
knitr_in |
Literal static file paths enclosed in |
Value
A drake_deps
object.
Examples
if (FALSE) { # stronger than roxygen dontrun
new_drake_deps()
}
[Package drake version 7.13.10 Index]