toJSON | R Documentation |
This function converts an R object to a JSON string.
see methods(veupathUtils::toJSON)
for a list of support classes.
toJSON(object, named = c(TRUE, FALSE), ...)
object |
object of a supported S4 class to convert to a JSON string representation |
named |
logical indicating whether the result should be a complete named JSON object or just the value of the object |
character vector of length 1 containing JSON string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.