The goal of fancybox is to create more detailed versions of ggplot2-boxplots, such as a boxplot with top N observations. These visualizations may provide better understanding of the data and both between- and within-group differences
fancybox is not available on CRAN, however, you can install it from the Github using the following command:
devtools::install_github("mlaricheva/fancybox", ref = "0.1.0")
The package allows you to use out-of-the-box functions with user-defined parameters instead of writing complicated dplyr flows:
library(fancybox)
top_n_boxplot(ToothGrowth, len, supp, 5)

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.