head: Convert to a tibble of the n first/last elements.

Description Usage Arguments Examples

Description

Convert to a tibble of the n first/last elements.

Usage

1
2
3
4
5
6
7
8
9
## S3 method for class 'FDF'
head(x, n = 6L, ...)

head(x, ...)

## S3 method for class 'FDF'
tail(x, n = 6L, ...)

tail(x, ...)

Arguments

x

A FDF.

n

A single positive integer.

...

Not used.

Examples

1
2
3
4
test <- FDF(datasets::iris)
head(test)
test <- FDF(datasets::iris)
tail(test)

privefl/bigdfr documentation built on May 20, 2019, 9:39 a.m.