big.data.frame-methods: ncol functionality for a big.data.frame

Description Usage Arguments

Description

ncol functionality for a big.data.frame

nrow functionality for a big.data.frame

dim functionality for a big.data.frame

length functionality for a big.data.frame

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## S4 method for signature 'big.data.frame'
ncol(x)

## S4 method for signature 'big.data.frame'
nrow(x)

## S4 method for signature 'big.data.frame'
dim(x)

## S4 method for signature 'big.data.frame'
length(x)

## S4 method for signature 'big.data.frame,ANY,ANY,missing'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'big.data.frame,ANY,missing,missing'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'big.data.frame,ANY,missing'
x[i, j, ...] <- value

## S4 method for signature 'big.data.frame,missing,ANY,missing'
x[i, j, ..., drop = TRUE]

## S4 replacement method for signature 'big.data.frame,missing,ANY'
x[i, j, ...] <- value

## S4 method for signature 'big.data.frame,missing,ANY,logical'
x[i, j, ..., drop = TRUE]

## S4 method for signature 'big.data.frame,missing,missing,missing'
x[i, j, ...,
  drop = TRUE]

Arguments

x

a big.data.frame


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