fill_dimnames: Fill in artificial row/column names to a matrix or data...

View source: R/helpers.R

fill_dimnamesR Documentation

Fill in artificial row/column names to a matrix or data frame, if they are missing

Description

Fill in artificial row/column names to a matrix or data frame, if they are missing

Usage

fill_dimnames(x, row_prefix, col_prefix)

Arguments

x

matrix or data frame

row_prefix

prefix for the artificial row names

col_prefix

prefix for the artificial column names

Value

x but with the missing dimension names filled in


biobakery/MMUPHin documentation built on March 30, 2024, 4:50 a.m.