library("flyCSV")
library("tidyverse")
fc <- flyCSV
saveit<- iris %>%
fc() %>%
filter(Species == "virginica") %>%
fc() %>%
flyDN()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.