R/data_shape.R

Defines functions data_shape

#' @description TO ADD
#' @description This is a new line ...
#' @details What's this?
#' @param dat
#' @return TO ADD
#' @export

data_shape <- function(x) {
  
  return(lapply(x, function(y) dim(y[[1]])))
  
}
aidanmacnamara/epiChoose documentation built on Dec. 26, 2021, 3:13 a.m.