R/print.R

#' Print pipeline study object
#'
#' Print pipeline study object
#'
#' @param x A pipeline_study list object created with pipeline()
#' @param ... Other options
#' @return A condensed representation of the list
#'
print.pipeline_study <- function(x, ...) {
  utils::str(x)
}
debruine/pipeline documentation built on May 8, 2019, 8:59 a.m.