mapResults: mapResults

Description Usage Arguments Details Value Author(s)

Description

This function loads the results once finished and merges them together in one dataframe

Usage

1
mapResults(folder = ".", pattern = "_result.rda", type = "rows")

Arguments

folder

: the folder where the results are found

pattern

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

type

: a string c(rows, cols, list) indicating how to merge the data. This should be the same as the one used in the splitData procedure.

Details

mapResults

Value

a merged dataframe : Caution ! The merged results may be shuffeled. It is up to the user to reorder the data accordingly.

Author(s)

Edi Prifti


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