bindTables: Bind compatible data tables that have a similar name

Description Usage Arguments Details Value Examples

View source: R/bindTables.R

Description

The bindCompatibleTables function will take a string pattern as input and look for all variables in the Global Environment that include that pattern. Then it will try to rbind all those variables.

Usage

1

Arguments

x

a string pattern that is also included in all the data frames that have to be binded.

Details

It's important to have all data frames following the same naming pattern and avoid including that naming pattern in the names of other variables.

Value

All binded data frames that include in their name the string pattern given as input.

Examples

1
2
3
4
## Not run: 
bindedDF <- bindTables("stringPattern")

## End(Not run)

lcmercado/AutoAnalysis documentation built on May 25, 2019, 9:31 p.m.