read_df_block: read data frame block from file

Description Usage Arguments

Description

read data frame block from file

Usage

1
read_df_block(size, filePath, df, ncol, factors, factor_indices)

Arguments

size

number of elements in the block

filePath

path to where the block is stored

df

an empty list having the same number of elements as columns in the table

ncol

number of columns in the dataframe block

factors

list containing factors

factor_indices

numeric vector containing the indicies that denote the factors


bigReg documentation built on May 2, 2019, 6:43 a.m.

Related to read_df_block in bigReg...