View source: R/peekds_readers.R
ds.get_json_fields | R Documentation |
Fetching the list of field names and requirements in each table according to the schema json file
ds.get_json_fields(table_type)
table_type |
the type of dataframe, for the most updated table types specified by schema, please use functionds.list_ds_tables() |
the list of field names
## Not run:
fields_json <-ds.get_json_fields(table_type = "aoi_timepoints")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.