get_column_metadata | R Documentation |
This function pulls out the column metadata from the datasetjson
object
attributes into a more user-friendly data.frame.
get_column_metadata(x)
x |
A datasetjson object |
A data frame containing the columns metadata
ds_json <- dataset_json(
iris,
item_oid = "IG.IRIS",
name = "IRIS",
dataset_label = "Iris",
columns = iris_items
)
get_column_metadata(ds_json)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.