| as_fuji_json | R Documentation |
Produces a payload matching the upstream F-UJI FAIRResults schema, so the
output can be consumed by tools built for the F-UJI service.
as_fuji_json(x, pretty = TRUE)
x |
A fair_assessment object. |
pretty |
Whether to pretty-print the JSON. |
A JSON string (class json).
a <- assess_fair("https://doi.org/10.5281/zenodo.8347772")
cat(as_fuji_json(a))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.