json_to_tfrmt | R Documentation |
Reader to read JSON files/objects into tfrmt objects
json_to_tfrmt(path = NULL, json = NULL)
path |
location of the json file to read in |
json |
json object to read in. By default this is null. This function will read in json object preferentially. So if both a path and a json object are supplied the json object will be read in. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.