shark_read_deliv_xls | R Documentation |
Read .xls files delivered to SHARK Uses readxl to read excel files with standardized delivery format
shark_read_deliv_xls(filename, skip = 2, sheet = 2)
filename |
path to file to be read |
skip |
Minimum number of rows to skip before reading anything, be it column names or data. Leading empty rows are automatically skipped, so this is a lower bound. Ignored if range is given. Default is 2. |
sheet |
Sheet to read. Either a string (the name of a sheet), or an integer (the position of the sheet). Ignored if the sheet is specified via range. If neither argument specifies the sheet, defaults to the second sheet. |
Data frame of file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.