ds.get_json_fields: Fetching the list of field names and requirements in each...

View source: R/peekds_readers.R

ds.get_json_fieldsR Documentation

Fetching the list of field names and requirements in each table according to the schema json file

Description

Fetching the list of field names and requirements in each table according to the schema json file

Usage

ds.get_json_fields(table_type)

Arguments

table_type

the type of dataframe, for the most updated table types specified by schema, please use functionds.list_ds_tables()

Value

the list of field names

Examples

## Not run: 
fields_json <-ds.get_json_fields(table_type = "aoi_timepoints")

## End(Not run)


langcog/peekbankr documentation built on Dec. 19, 2024, 1:58 a.m.