h: Alias for head.

Description Usage Arguments Examples

View source: R/h.R

Description

Alias to the head command that prints some meta-data in addition to the truncated contents of the data frame or data table.

Usage

1
h (...)

Arguments

...

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
h <- function(...){
  head(...)
}

colinsheppard/colinmisc documentation built on July 10, 2020, 5:59 p.m.