show_fields {dtreg} | R Documentation |
Show schema fields
Description
Show which fields of a schema can be used for creating an instance
Usage
show_fields(datatype)
Arguments
datatype |
An R6 class from dtreg::load_datatype |
Value
A character vector of available fields
Examples
dt <- dtreg::load_datatype("https://doi.org/21.T11969/74bc7748b8cd520908bc")
dtreg::show_fields(dt$inferential_test_output())
[Package dtreg version 1.1.0 Index]