is_v3_config {hubUtils} | R Documentation |
Is config list representation using v3.0.0 schema?
Description
Is config list representation using v3.0.0 schema?
Usage
is_v3_config(config)
Arguments
config |
List representation of the JSON config file. |
Value
Logical, whether the config list representation is using v3.0.0 schema.
Examples
config <- read_config_file(
system.file("config", "tasks.json", package = "hubUtils")
)
is_v3_config(config)
[Package hubUtils version 0.1.7 Index]