strF: Printed summary of an R object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/functions.R

Description

Displays the class, mode, size and first...last values of the object

Usage

1
strF(inpMF, borderN = 2, bigMarkC = ",")

Arguments

inpMF

Input matrix, dataframe or vector

borderN

Number of border (first and last) rows and columns to display

bigMarkC

Big mark separator for summary results

Value

This function has no output.

Author(s)

Etienne Thevenot (CEA)

See Also

str

Examples

1
2
3
data(sacurine)
strF(sacurine[['dataMatrix']])
strF(sacurine[['sampleMetadata']])

SamGG/ropls documentation built on May 29, 2019, 1:51 a.m.