inst/shiny-code/app/global.R

# 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())
easy-plot/ggQuickPlotR documentation built on July 22, 2020, 8:23 p.m.