library(dplyr)
library(dtrackr)
# an arbitrary 50 items from the iris dataframe is selected. The
# history is tracked
iris %>% track() %>% slice(51:100) %>% history()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.