pr: Alternative printing for special purposes

View source: R/pr.R

prR Documentation

Alternative printing for special purposes

Description

Alternative printing for special purposes

Usage

pr(x, ...)

## Default S3 method:
pr(x, ...)

## S3 method for class 'array'
pr(x, ...)

## S3 method for class 'table'
pr(x, ...)

Arguments

x

an object to be printed

...

additional arguments

Methods (by class)

  • pr(default): default method

  • pr(array): array method

  • pr(table): table method

Examples

pr(Titanic)

gmonette/gnew documentation built on Aug. 6, 2024, 10:18 a.m.