read_df_block: read data frame block from file

View source: R/RcppExports.R

read_df_blockR Documentation

read data frame block from file

Description

read data frame block from file

Usage

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 29, 2024, 7:10 a.m.

Related to read_df_block in bigReg...