Nothing
#' @export
print.qbin <- function(x, ...){
cat("Quantile binned object\n")
cat("Number of bins: ", max(x$bin), "\n")
cat("Binned on variable: '", x$x, "'\n", sep="")
cat("Variables: ", paste0("'",names(x$data),"'", collapse = ", "), "\n", sep="")
cat("Nrows: ", length(x$bin))
invisible(x)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.