is_v3_config {hubUtils} | R Documentation |
Is config list representation using v3.0.0 schema?
is_v3_config(config)
config |
List representation of the JSON config file. |
Logical, whether the config list representation is using v3.0.0 schema.
config <- read_config_file(
system.file("config", "tasks.json", package = "hubUtils")
)
is_v3_config(config)