shead: Short head of object

Description Usage Arguments Value

View source: R/PersonalFunctions.R

Description

Returns a more limited head (~10 col) of the object.

Usage

1
shead(x, n_col = 1:10, returnDim = TRUE)

Arguments

x

Vector, matrix, dataframe, or list.

n_col

Vector; Which columns to return. Defaults to 10.

returnDim

Logical; Return dimensions of data? Defaults to TRUE

Value

Head of x.


ssaxe-usgs/METsteps documentation built on May 5, 2019, 5:54 p.m.