Learn R Programming

dtreg (version 1.1.1)

load_datatype: 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)

Value

A list of R6 classes

Arguments

datatype_id

A schema identifier, such as a DOI or a URL

Examples

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

Run the code above in your browser using DataLab