hasNames: Row and column name check

View source: R/detectCharacterType.R

hasNamesR Documentation

Row and column name check

Description

Row and column name check

Usage

hasNames(dat, nameType = "row")

Arguments

dat

A vector of data

nameType,

either:

"row"

Rows

"col"

Columns

"rowcol"

Both rows and columns

Examples

data(anolis)
hasNames(anolis$dat, "row")

uyedaj/treeplyr documentation built on March 9, 2023, 6:37 p.m.