get_config_tid: Get the name of the output type id column based on the schema...

View source: R/back-compatibility.R

get_config_tidR Documentation

Get the name of the output type id column based on the schema version

Description

Version can be provided either directly through the config_version argument or extracted from a config_tasks object.

Usage

get_config_tid(config_version, config_tasks)

Arguments

config_version

Character string of the schema version.

config_tasks

a list version of the content's of a hub's tasks.json config file, accessed through the "config_tasks" attribute of a ⁠<hub_connection>⁠ object or function read_config().

Value

character string of the name of the output type id column

Examples

get_config_tid("v1.0.0")
get_config_tid("v2.0.0")

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