dimheadtail: DIM HEAD TAIL

Description Usage Arguments Value Examples

View source: R/dimheadtail.R

Description

Print the output of all of these functions at once. Redundant but useful.

Usage

1

Arguments

df

dataframe that you wish to apply this function to. Can also call a vector/matrix with data.frame(df)

Value

returns the dataframe DIMensions rows then columns; HEAD output first 6 rows; TAIL output last 6 rows

Examples

1
2
dimheadtail(CogLin_Data)
dimheadtail(data.frame(CogLin_Data))

katherinesimeon/HLL documentation built on Aug. 20, 2019, 8:19 a.m.