README.md

lifecycle Travis-CI Build
Status Coverage
Status AppVeyor Build
Status CRAN
status

schemar

schemar provides experimental constructor functions to create schema.org objects.

Installation

You can install schemar from github with:

# install.packages("devtools")
devtools::install_github("cboettig/schemar")

Example

Construct a http://schema.org/Thing:

library(schemar)
x <- Thing(url = "http://schema.org")
write_jsonld(x, "example.json")

Please note that this project is released with a Contributor Code of Conduct.

By participating in this project you agree to abide by its terms.



cboettig/schemar documentation built on May 20, 2019, 4:27 p.m.