R/helpers.R

Defines functions tbl_to_mtx

#' @keywords internal
tbl_to_mtx <- function(x) as.matrix(dplyr::select(x, where(is.numeric)))

Try the epo package in your browser

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

epo documentation built on Aug. 17, 2023, 5:06 p.m.