View source: R/x-spreadsheet.R
spreadsheetListToDf | R Documentation |
Convert x-spreadsheet data to a list of data.frames, this function turns the data structure generated by the JS library (and parsed with jsonlite::fromJSON(simpifyVector = FALSE))) into a list of data.frames, one per sheet. It is the inverse of listToSpreadsheet.
spreadsheetListToDf(data, headerRow = TRUE)
data |
The data to convert, a list with the following structure
|
headerRow |
Whether the first row contains column names, TO DO: automatically detect this by carrying extra metadata with each sheet |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.