Skip to contents

This function provides the ColumnData S3 object for a specific reference type.

Usage

get_reference_file_columns(
  reference_type,
  config_yml = Sys.getenv("SDB_CONFIG"),
  references_file = "references.json"
)

Arguments

reference_type

Type of the reference for which the columns are needed.

config_yml

(default: Sys.getenv("SDB_CONFIG")) Path to the application config file

references_file

(default: "references.json") Path to the JSON file containing references data.

Value

A ColumnData S3 object.