head: Return the First or Last Part of dfplus Objects.

headR Documentation

Return the First or Last Part of dfplus Objects.

Description

Application of head to slot data in dfplus objects.

Usage

## S4 method for signature 'dfplus'
head(x, n=6L, ...)
## S4 method for signature 'dfplus'
tail(x, n=6L, ...)

Arguments

x

Object of class dfplus.

n

Integer value indicating size of resulting object.

...

Further arguments to be passed to or from other methods.

Details

For more details, see head.

Value

A data frame.

Author(s)

Miguel Alvarez (malvarez@uni-bonn.de).

Examples

## Add example for this function

kamapu/dfplus documentation built on March 27, 2022, 4:10 a.m.