print.rp: print.rp

Description Usage Arguments Value Examples

View source: R/01-functions-data.R

Description

print method for class rp

Usage

1
2
## S3 method for class 'rp'
print(rp, n = 4, top = TRUE, bottom = TRUE)

Arguments

rp

A rp class object

n

number of records to display

top

default is TRUE, prints the top rows

bottom

default is TRUE, prints the bottom rows

Value

prints the data

Examples

1

Poduval/rp documentation built on Dec. 18, 2021, 7:45 a.m.