show_fields | R Documentation |
Show which fields of a schema can be used for creating an instance
show_fields(datatype)
datatype |
An R6 class from dtreg::load_datatype |
A character vector of available fields
dt <- dtreg::load_datatype("https://doi.org/21.T11969/aff130c76e68ead3862e")
dtreg::show_fields(dt$data_item())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.