powered by
This function is imported from dtreg for ease-of-use
to_jsonld(instance)
JSON string in JSON-LD format
An instance of an R6 class
res <- data.frame(mean = 3.758) inst_ds <- descriptive_statistics( "base::mean(iris$Petal.Length)", iris, res ) json <- to_jsonld(inst_ds)
Run the code above in your browser using DataLab