knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
\newline
library(daehyun.sankey) library(ggplot2) library(ggalluvial)
\newline
sankeyplot(my_data,0,0); sankeyplot(my_data,0,1) sankeyplot(my_data,1,0); sankeyplot(my_data,1,1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.