Description Usage Arguments Details Value Examples
View source: R/read_ods_sheets.R
Import LibreOffice workbook with multiple sheets
1 | read_ods_sheets(path, skip = 0)
|
path |
path to the ods file. |
skip |
An integer: number of rows to be skiped in the beginning of each sheet; default = 0 |
This function imports multiple sheets contained in a .ods spreadsheet into distinct tibbles.
A series of tibbles corresponding to the different sheets contained in the Excel workbook.
1 2 3 4 5 6 | ## Not run:
path <- ".../myworkbook.ods"
read_ods_sheets(path)
read_ods_sheets(path, skip = 2)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.