knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(rlang) `%>%` <- magrittr::`%>%` is_installed("dplyr") # Better printing mtcars <- tibble::as_tibble(mtcars) iris <- tibble::as_tibble(iris) options( tibble.print_min = 4, tibble.print_max = 4 ) # Fix Latex error options( cli.unicode = FALSE ) rlang::global_entrace()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.