ps_load_excel | R Documentation |
Loads all excel sheets in a workbook as data.frames into specified environment.
ps_load_excel(file = ".", rename = identity, envir = parent.frame())
file |
A string of the path to the file. |
rename |
A function that is used to rename files (after removing extension .csv) before they are passed to make.names. |
envir |
The environment to assign the data frames. |
An invisible character vector of the sheet names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.