recombinePackets: recombinePackets

Description Usage Arguments Value Examples

Description

Once you've broken your big data frame into little ones, you need to put it back together.

Usage

1
recombinePackets(dir, form, namesCol)

Arguments

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

Value

newFile, a data frame with all the bits!

Examples

1
recombinePackts('./', '.rds', c("a", "b", "c"))

stephdesilva/packetiseR documentation built on May 30, 2019, 12:04 a.m.