Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----datainput, echo=TRUE, warning=FALSE, message=FALSE-----------------------
library(ggquickeda) #load ggquickeda
remdesivirdata <- read.csv("./remdesivirfig3.csv") # in vignette folder
knitr::kable(remdesivirdata)
## ----runtheapp, echo=TRUE, warning=FALSE, message=FALSE-----------------------
# from R launch the app with the data
#run_ggquickeda(remdesivirdata)
# if you have access the the app on a server browse to the file and load it
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.