View source: R/data_functions.R
readTables | R Documentation |
Read all sheets from .xlsx file
readTables(file, rowNames = TRUE, ...)
... |
writeTables(list(mtcars = mtcars, iris = iris), file = "example.xlsx")
readTables(file = "example.xlsx")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.