Learn R Programming

fastStat (version 1.4)

list.str: Structure for Data

Description

Structure for Data

Usage

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

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab