#' 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.