# Sourcing all R files from plot
#Jmisc::sourceAll(here::here("plots"))
#@export
# List dfs
data(iris)
#temp <- ls()[sapply(ls(), function(x) class(get(x))) == 'data.frame']
temp <- Filter(function(x) is.data.frame(get(x)), ls())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.