Description Usage Arguments Value Author(s) Examples
Combine similar columns into one column within one spreadsheet.
1 2 3 4 5 6 7 | bindColumns(mapping.file = paste0(toolkit, "BindFieldNames.xlsx"),
toolkit = getOption("toolkit.dir"), sheet = 1,
output.format = c("xlsx", "csv"))
bind_columns(mapping.file = paste0(toolkit, "BindFieldNames.xlsx"),
toolkit = getOption("toolkit.dir"), sheet = 1,
output.format = c("xlsx", "csv"))
|
mapping.file |
Name of the field name mapping dictionary. Default
'BindFieldNames.xlsx' in |
toolkit |
Directory of the dictionary. |
sheet |
the sheet (number or name character) of the target workbook to read in. Default 1. |
output.format |
csv or xlsx. Default xlsx. |
A list.
Output Results
shows the path where bind_output.xlsx is;
Dropped columns
shows the variables dropped during the combination.
Yiying Wang, wangy@aetna.com
1 2 3 4 | ## Not run:
bindColumns()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.