Description Usage Arguments Value Author(s) See Also Examples
Combine several excel files into one.
1 2 3 4 5 | bindExcels(sheet.num = 1, files = NULL, output.format = c("xlsx",
"csv"))
bind_excels(sheet.num = 1, files = NULL, output.format = c("xlsx",
"csv"))
|
sheet.num |
Sheet number where data is stored. If null,
then dplyr:: |
files |
Designate the files yourself, or manually select them. |
output.format |
csv or xlsx. Default xlsx. |
A list containing a data frame listing the files and sheets combined.
Yiying Wang, wangy@aetna.com
bind_rows
in package dplyr.
1 2 3 4 | ## Not run:
bindExcels()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.