is_v3_hub {hubUtils} | R Documentation |
Is hub configured using v3.0.0 schema?
is_v3_hub(hub_path, config = c("tasks", "admin"))
hub_path |
Either a character string path to a local Modeling Hub directory
or an object of class |
config |
Name of config file to validate. One of |
Logical, whether the hub is configured using v3.0.0 schema.
is_v3_hub(hub_path = system.file("testhubs", "flusight", package = "hubUtils"))