knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(reasyeda) ## basic example code library(palmerpenguins) # load the dataset clean_up(penguins) results <- birds_eye_view(penguins) close_up(penguins) summary_suggestions(penguins)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.