Skip to contents

This function is called within the browseMetadata and mapMetadata functions.

It reads in the nested lists from the json and extracts information needed into a dataframe.

It does this for one specific table in a dataset.

Usage

json_table_to_df(Dataset, n)

Arguments

Dataset

This is the dataModel field of the json

n

The Dataset number (as a json can have multiple datasets)

Value

A dataframe for that specific table, including data label, description and type.