View source: R/v3-schema-utils.R
is_v3_config_file | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.