R/JSON.R
tfrmt_to_json.Rd
Print to JSON
tfrmt_to_json(tfrmt, path = NULL)
tfrmt to print
file path to save JSON to. If not provided the JSON will just print to the console
JSON
tfrmt( label = label, column = column, param = param, value=value) %>% tfrmt_to_json() #> { #> "group": [], #> "label": ["label"], #> "param": ["param"], #> "value": ["value"], #> "column": ["column"] #> }