makeFiles: makeFiles

Description Usage Arguments Value Examples

Description

makeFiles

Usage

1
makeFiles(file, n, form, j, rows, chosenDir)

Arguments

file,

a data frame. The data frame that needs converting into many files

n,

an integer. The number of mini data frames you'd like to make

form,

a string. Can take either '.rds' for R data files or '.csv' for ,csv files. Will determine the format of the smaller data frames.

j,

the number of rows in the big data frame.

rows,

the number of rows in each smaller data frame.

chosenDir,

a string. Where would you like to put all these small data frames? Built by makePackets().

Value

does not return anything

Examples

1
makeFiles(file, n, form, j, rows, i, chosenDir)

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