R/wow.R

Defines functions wow

Documented in wow

#' Creates histogram, boxplot and numeric summary
#' @export
#' @param x numeric variable
wow <- function(x) {
  # 1 row and 2 colmns
  print('wow')
}
whve/ds documentation built on March 20, 2022, 10:50 p.m.