is_v3_config_file {hubUtils} | R Documentation |
Is config file using v3.0.0 schema?
Description
Is config file using v3.0.0 schema?
Usage
is_v3_config_file(config_path)
Arguments
config_path |
Path to the config file. |
Value
Logical, whether the config file is using v3.0.0 schema.
Examples
config_path <- system.file("config", "tasks.json", package = "hubUtils")
is_v3_config_file(config_path)
[Package hubUtils version 0.1.7 Index]