load_datatype {dtreg} | R Documentation |
Load classes for a schema with the known identifier
Description
Load a list of R6 classes for a schema identifier, such as an ePIC datatype DOI or an ORKG template URL. The classes contain information of the requested schema and nested schemata.
Usage
load_datatype(datatype_id)
Arguments
datatype_id |
A schema identifier, such as a DOI or a URL |
Value
A list of R6 classes
Examples
dt <- dtreg::load_datatype("https://doi.org/21.T11969/1ea0e148d9bbe08335cd")
[Package dtreg version 1.1.0 Index]