list.str: Structure for Data

Description Usage Arguments Value Examples

View source: R/list.str.R

Description

Structure for Data

Usage

1
list.str(x, n = 3)

Arguments

x

a dataframe or matrix

n

the maximum level number to display

Value

a dataframe contains variable names and class

Examples

1
2
3
4
jh=data.frame(x=c(1,2,3,1),
              k=c(4,5,6,7),
              h=c('a','a','b','b'))
list.str(x = jh)

fastStat documentation built on Jan. 13, 2021, 7:32 a.m.

Related to list.str in fastStat...