splitData: splitData

Description Usage Arguments Details Value Author(s)

Description

This function splits a dataframe object on a given number of equally sized shares and saves them in the disk as RData objects with an incremental name.

Usage

1
splitData(data, shares = 30, name = "data_part", rows = TRUE)

Arguments

data

: the dataframe to be split

shares

: the number of shares, default=30

name

: the name of the split files in the disk preceding the incremental number, default="data_part"

rows

: logical parameter, if default rows=="TRUE" the rows will be split

Details

splitData

Value

does not return anything

Author(s)

Edi Prifti


momr documentation built on May 2, 2019, 4:21 a.m.