bindColumns: Combine Similar Columns Into One

Description Usage Arguments Value Author(s) Examples

Description

Combine similar columns into one column within one spreadsheet.

Usage

1
2
bindColumns(mapping.file = paste0(toolkit, "BindFieldNames.xlsx"),
  toolkit = getOption("toolkit.dir"), output.format = "xlsx")

Arguments

mapping.file

Name of the field name mapping dictionary.

toolkit

Directory of the dictionary.

output.format

xls or xlsx. Default xlsx.

Value

A list. 'Output Results' shows the path where bind_output.xlsx is; 'Dropped columns' shows the variables dropped during the combination.

Author(s)

Yiying Wang, wangy@aetna.com

Examples

1
2
3
4
## Not run: 
bindColumns()

## End(Not run)

madlogos/aseshms documentation built on May 21, 2019, 11:03 a.m.