View source: R/s3_drake_deps_ht.R
new_drake_deps_ht | R Documentation |
drake_deps_ht
constructorList of class drake_deps_ht
.
new_drake_deps_ht(
globals = ht_new(hash = TRUE),
namespaced = ht_new(hash = FALSE),
strings = ht_new(hash = FALSE),
loadd = ht_new(hash = FALSE),
readd = ht_new(hash = FALSE),
file_in = ht_new(hash = FALSE),
file_out = ht_new(hash = FALSE),
knitr_in = ht_new(hash = FALSE)
)
A drake_deps_ht
object.
if (FALSE) { # stronger than roxygen dontrun
new_drake_deps_ht()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.