Rdocumentation
powered by
Learn R Programming
RODProt (version 0.2.0)
write_json_table: Write a table in the JSON Table Schema format.
Description
Write a table in the JSON Table Schema format.
Usage
write_json_table(data, connection = stdout(), named = FALSE)
Arguments
data
The data.frame to convert to JSON Table Schema format.
connection
The connection to which to write, or a character string naming the file to which the function will write.
named
if
TRUE
, will use named hashes in the table. If
FALSE
(default), it will just create a mixed-type array.