view: List head of data.frame allowing to select column to view

Description Usage Arguments Value Examples

View source: R/dataman.R

Description

List head of data.frame allowing to select column to view

Usage

1
view(..., nline = 10)

Arguments

...

variable name to include in list

nline

Number of rows to show (default to n) If negative then number of row from the end

Value

the resulting list

Examples

1
2
3
4
5
6
## Not run: 
view(age,case)
view(age,case, nline=5)
view(age,case, nline= -10)

## End(Not run)

gdesve/epifield documentation built on Jan. 23, 2022, 10:03 a.m.