Learn R Programming

BioGeoBEARS (version 0.2.1)

moref: print to screen the header of a file

Description

This does the rough equivalent of the UNIX function more, but within R.

Usage

moref(fn, printnotcat = FALSE)

Arguments

fn
A filename.
printnotcat
If TRUE, use print instead of cat. Default FALSE.

Value

Nothing returned.

References

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

Matzke_2012_IBS

See Also

scan

Examples

Run this code
test=1

Run the code above in your browser using DataLab