Learn R Programming

BioGeoBEARS (version 0.2.1)

printall: Print an entire table to screen

Description

Utility function. This prints a table to screen in chunks of chunksize_toprint (default=40). This avoids the annoying situation of not being able to see the bottom of a table. Note that if you print something huge, you will be waiting for awhile (try ESC or CTRL-C to cancel such an operation).

Usage

printall(dtf, chunksize_toprint = 40, printflag = TRUE)

Arguments

dtf
chunksize_toprint
Number of lines to print. Default 50.
printflag
For optional printing. Passed to prflag.

Value

NULL

Details

Another option is to reset options to something like: options(max.print=99999), but this is hard to remember. Your current setting is getOption("max.print").

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster

Matzke_2012_IBS

See Also

print, prflag

Examples

Run this code
test=1

Run the code above in your browser using DataLab