tests/testthat/helper.R

load_matrix <- function(path){
  read.csv(path, header = FALSE) %>%
    as.matrix()
}

Try the l1rotation package in your browser

Any scripts or data that you put into this service are public.

l1rotation documentation built on June 8, 2025, 12:47 p.m.