big.data.frame: Create a big.data.frame

Description Usage Arguments Details Value Author(s)

Description

Create a big.data.frame

Usage

1
2
big.data.frame(nrow, classes, location = NULL, names = NULL,
  maxchar = NULL, init = NULL)

Arguments

nrow

the number of rows

classes

a vector of values from 'double', 'character', ...

location

folder to contain the object backingfiles, or NULL if the object will be in-RAM.

names

a vector of names for the columns (variables)

maxchar

a vector with NA for numeric columns, but integers specifying the maximum number of characters for string columns (see big.char for more information).

init

a vector of values for initialization; note that for large objects this will slow down the creation substantially.

Details

This is the full set of details for documentation.

Value

Returns a big.data.frame object

Author(s)

Jay Emerson


jayemerson/big.data.frame documentation built on May 18, 2019, 5:57 p.m.