Description Usage Arguments Value
View source: R/read_excel_allsheets.R
read all excel sheets
1 | read_excel_allsheets(filename, tibble = FALSE)
|
filename |
location of the excel file |
na.strings |
case sensitive strings that will be coverted to NA. The function will do a trimws(x,'both') before conversion. If NULL, do only trimws, no conversion to NA. |
Returns a vector trimws (always for factor, character) and NA converted (if matching na.strings). Attributes will also be kept ('label','labels', 'value.labels').
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.