View source: R/s3_drake_deps.R
new_drake_deps | R Documentation |
drake_deps
constructorList of class drake_deps
.
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)
)
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 |
A drake_deps
object.
if (FALSE) { # stronger than roxygen dontrun
new_drake_deps()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.