| fromJSONCat | R Documentation |
This function object of class Cat.
## S4 method for signature 'json' fromJSONCat(jsonObj) ## S4 method for signature 'character' fromJSONCat(jsonObj)
jsonObj |
A |
The jsonObj argument of the function fromJSONCat is an object of class json from the rjson package. This function simply populates a Cat object with the information provided in the jsonObj, thus element and slot names must match.
The function fromJSONCat returns an object of class Cat with slots populated with the corresponding information stored in the jsonObj.
See Cat-class for required Cat object slots.
Haley Acevedo, Ryden Butler, Josh W. Cutler, Matt Malis, Jacob M. Montgomery, Tom Wilkinson, Erin Rossiter, Min Hee Seo, Alex Weil
Cat-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.