catdf: Cat Dataframe and Matrix

Description Usage Arguments Value Examples

View source: R/catdf.R

Description

Cat Dataframe and Matrix

Usage

1
catdf(df, n = 5)

Arguments

df

dataframe or matrix

n

now of row, default is 5

Value

dataframe or matrix

Examples

1
2
3
4
5
6
7
8
df = data.frame(a=c(1,2,3,450,4567,1),
               bc=c(1,2,4,5,2,5),
               c=c(1,2,4,5,2,5),
               d=c(1,2,4,5,2,5),
               e=c(1,2,4,5,2,5),
               f=c(1,2,4,5,2,5))
catdf(df,4)
catdf(df)

yikeshu0611/onetree documentation built on Aug. 26, 2019, 9:18 p.m.