dash
dash copied to clipboard
Being able to run dash applications from R markdown files (.Rmd)
Hi!
I was wondering if you were planning to enable the rendering dash apps straight from an R markdown documents? This option is currently available for shiny apps, by specifying 'runtime: shiny' in the yaml header and then running the markdown document from R (rmarkdown::run)
Thanks!