is_v3_config: Is config list representation using v3.0.0 schema?

View source: R/v3-schema-utils.R

is_v3_configR 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)

hubUtils documentation built on Sept. 18, 2024, 5:09 p.m.