Rdocumentation
powered by
Learn R Programming
momr (version 1.1)
mapResults: mapResults
Description
This function loads the results once finished and merges them together in one dataframe
Usage
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.
Value
a merged dataframe : Caution ! The merged results may be shuffeled. It is up to the user to reorder the data accordingly.
Details
mapResults