xlsx2json | R Documentation |
Convert the file format of field data from XLSX to JSON.
xlsx2json(path, destdir)
path |
'character' string. Either the path to the Excel workbook file (XLSX) to read, or the directory containing XLSX files. |
destdir |
'character' string.
Destination directory to write JSON file(s).
Defaults to the |
File path(s) of the JSON formatted data.
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
read_field_xlsx
function for reading field data from a XLSX file.
write_field_json
function for writing field data to a JSON file.
path <- system.file("extdata/ex-field.xlsx", package = "mlms") |>
xlsx2json(destdir = tempdir())
unlink(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.