Learn R Programming

treeplyr (version 0.1.7)

hasNames: 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

Run this code
# NOT RUN {
data(anolis)
hasNames(anolis$dat, "row")
# }

Run the code above in your browser using DataLab