extract_schema_version {hubUtils} | R Documentation |
Extract the schema version from a schema id
or config schema_version
property
character string
Description
Extract the schema version from a schema id
or config schema_version
property
character string
Usage
extract_schema_version(id)
Arguments
id |
A schema |
Value
The schema version number as a character string.
Examples
extract_schema_version("schema_version: v1.0.0")
[Package hubUtils version 0.1.7 Index]