new_drake_deps_ht: 'drake_deps_ht' constructor

View source: R/s3_drake_deps_ht.R

new_drake_deps_htR Documentation

drake_deps_ht constructor

Description

List of class drake_deps_ht.

Usage

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)
)

Value

A drake_deps_ht object.

Examples

if (FALSE) { # stronger than roxygen dontrun
new_drake_deps_ht()
}

wlandau-lilly/drake documentation built on March 6, 2024, 8:18 a.m.