read_excelsheet | R Documentation |
This function can be incorporated into read.sheets/ read.sheets may become deprecated
read_excelsheet(
path,
sheet,
skip,
na,
col_names,
guess_max,
complete_cases = TRUE
)
read.excelsheet(
path,
sheet,
skip,
na,
col_names,
guess_max,
complete_cases = TRUE
)
path |
Path to the xls/xlsx file. |
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
|
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 |
na |
Character vector of strings to interpret as missing values. By default, readxl treats blank cells as missing data. |
col_names |
|
guess_max |
Maximum number of data rows to use for guessing column types. |
complete_cases |
A logical. The default TRUE will remove empty rows |
Note: this function was previously read.excelsheet()
Other readin functions:
list_sheetnames()
,
read_header()
,
read_multsheets()
,
read_ods_multsheets()
,
read_sheets()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.