tests/testthat/helper-functions.R

applyRowAndColumnNames <- function(m) {
    y <- m
    rownames(y) <- colnames(y) <- 1:dim(y)[1]
    return(y)
}
matsengrp/sumrep documentation built on Oct. 12, 2022, 4:09 p.m.