Description Usage Arguments Value Examples
Once you've broken your big data frame into little ones, you need to put it back together.
1 | recombinePackets(dir, form, namesCol)
|
dir, |
string. Directory where you find the files. |
form, |
string. '.rds' or '.csv'. |
namesCol |
a vector with the names of the columns you're going to call them |
newFile, a data frame with all the bits!
1 | recombinePackts('./', '.rds', c("a", "b", "c"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.