smart_names: smart_names

View source: R/basic.R

smart_namesR Documentation

smart_names

Description

Sets row/column names to matrix or data.frame

Usage

smart_names(MAT, ROW = NULL, COL = NULL)

Arguments

MAT

A matrix

ROW

A vector of length equal to nrow(MAT)

COL

A vector of length equal to ncol(MAT)

Value

Outputs a matrix or data.frame depending on input object class


pllittle/smartr documentation built on Feb. 28, 2025, 6:54 a.m.