Description Usage Arguments Details Value Examples
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.
1 | bindTables(x)
|
x |
a string pattern that is also included in all the data frames that have to be binded. |
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.
All binded data frames that include in their name the string pattern given as input.
1 2 3 4 | ## Not run:
bindedDF <- bindTables("stringPattern")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.