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)

  • default: default method

  • array: array method

  • table: table method

Examples

pr(Titanic)

gmonette/gnew documentation built on July 9, 2022, 12:57 p.m.