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 Feb. 22, 2025, 8:32 p.m.