df2json {getable} | R Documentation |
Convert Data Frame to Valid JSON Format for Serving
Description
Convert Data Frame to Valid JSON Format for Serving
Usage
df2json(df, output = "./data/df.json", ...)
Arguments
df |
A data frame. |
output |
A string. The path to the exported data frame. |
... |
Additional arguments arguments passed on to toJSON. |
[Package getable version 1.0.3 Index]