is_v3_config_file {hubUtils} | R Documentation |
Is config file using v3.0.0 schema?
is_v3_config_file(config_path)
config_path |
Path to the config file. |
Logical, whether the config file is using v3.0.0 schema.
config_path <- system.file("config", "tasks.json", package = "hubUtils")
is_v3_config_file(config_path)