json_to_tfrmt {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. |