head.cat: Print head of an arbitrary number of objects.

Description Usage Arguments Value Examples

Description

Print head of an arbitrary number of objects.

Usage

1
2
## S3 method for class 'cat'
head(...)

Arguments

...

objects to print head of

Value

None

Examples

1
2
3
a <- 1:100;
b <- 50:100;
head.cat(a, b, letters);

wuergh/hedgehog documentation built on June 2, 2019, 7:55 p.m.