read_df_blocks {bigReg} | R Documentation |
read multiple blocks of data frames from file
Description
read multiple blocks of data frames from file
Usage
read_df_blocks(size, filePaths, df, ncols, factors, factor_indices)
Arguments
size |
number of elements in each block |
filePaths |
path to where the blocks are stored |
df |
an empty list having the same number of elements as columns in the table |
ncols |
number of columns in the dataframe block |
factors |
list containing factors |
factor_indices |
numeric vector containing the indicies that denote the factors |
[Package bigReg version 0.1.5 Index]