Learn R Programming

dtreg (version 1.1.1)

show_fields: Show schema fields

Description

Show which fields of a schema can be used for creating an instance

Usage

show_fields(datatype)

Value

A character vector of available fields

Arguments

datatype

An R6 class from dtreg::load_datatype

Examples

Run this code
dt <- dtreg::load_datatype("https://doi.org/21.T11969/aff130c76e68ead3862e")
dtreg::show_fields(dt$data_item())

Run the code above in your browser using DataLab