Print: Generic print method

View source: R/sim.default.R

PrintR Documentation

Generic print method

Description

Nicer print method for tabular data. Falls back to standard print method for all other data types.

Usage

Print(x, n = 5, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

object to print

n

number of rows to show from top and bottom of tabular data

digits

precision

...

additional arguments to print method


kkholst/lava documentation built on Feb. 22, 2024, 4:07 p.m.