is_v3_hub {hubUtils} | R Documentation |
Is hub configured using v3.0.0 schema?
Description
Is hub configured using v3.0.0 schema?
Usage
is_v3_hub(hub_path, config = c("tasks", "admin"))
Arguments
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 |
Value
Logical, whether the hub is configured using v3.0.0 schema.
Examples
is_v3_hub(hub_path = system.file("testhubs", "flusight", package = "hubUtils"))
[Package hubUtils version 0.1.7 Index]