Check whether a config file is using a deprecated schema
Source:R/check_deprecated_schema.R
check_deprecated_schema.Rd
Function compares the current schema version in a config file to a valid version, If config file version deprecated compared to valid version, the function issues a lifecycle warning to prompt user to upgrade.
Usage
check_deprecated_schema(
config_version,
config,
valid_version = "v2.0.0",
hubutils_version = "0.0.0.9010"
)