Trying to insert R Shiny Apps in Slidify

Tim

I am having difficulty finding good examples of how to embed R Shiny Apps in a Slidify presentation. Ideally I would like to reference the external app.R file instead of recreating my existing code in the index.Rmd. Can anyone provide examples, include which widgets I need to include, and if I can also have data (as an excel file) accompany the embedded app (using a relative path?).

Is Slidify development still ongoing? Most posts I find are from 2 or more years ago.

Thanks

Tim

Bob

I looked into this in some detail because I was dealing with a similar issue.

The short version is, slidify is not longer really compatible with shiny, but the bulk of its functionality has been rolled-into rmarkdown, which is compatible with shiny.

Ramnath's last comments about this with slidify, were that it would require very substantial changes to the code to make it work. That was 2015. shiny has changed substantially since then. So they're pretty out of sync.

The bright side is that rmarkdown now incorporates the bulk of the slidify functionality. It supports the ioslides and slidy slide frameworks. (ioslides is very similar to slidify's io2012). The functionality that hasn't been included, is support for multiple slide layouts using moustache. But that isn't too big a deal, because you can just write the html directly into your rmarkdown slides. Its also a lot easier to customize than it was with slidify. shiny, htmlwidgets, etc., all work transparently. If the visualization packages support it, its also very easy to switch between display in shiny, and packaging the presentation as a single html5 document for distribution.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

R - Use TileMaker in Shiny Apps

From Dev

How to escape "$" in R markdown and slidify it?

From Dev

R shiny build links between apps

From Dev

R shiny build links between apps

From Dev

R/shiny: render elements of plots only when needed in shiny apps

From Dev

Warning message at R startup (slidify, rmarkdown)

From Dev

R Generate slides in slidify presentation in a loop

From Dev

R how to create a tabulated layout in slidify

From Dev

how to insert new line in R shiny string

From Dev

Insert a numeric input for each row - R Shiny

From Dev

Shiny server and shiny apps

From Dev

In Shiny apps for R, how do I delay the firing of a reactive?

From Dev

R, utf-8 characters seem to fail in slidify

From Dev

Trying to integrate updateTabsetPanel with leaflet marker click in R Shiny?

From Dev

I'm trying to add a legend to a chart in a Shiny R application

From Dev

Trying to create an R Shiny app that will crawl Twitter and create a word cloud

From Dev

Effectively debugging Shiny apps

From Dev

Shiny (Rstudio) apps not working

From Dev

gvisTables not rendering in Shiny apps

From Dev

Bootstrap Carousel in Shiny apps

From Dev

Shiny (Rstudio) apps not working

From Dev

Insert a link into the navbar in shiny

From Dev

Combine some shiny apps to one shiny dashboard

From Java

How to organize large Shiny apps?

From Dev

Deploying shiny apps with local dataset

From Dev

Display of en dashes in shiny apps

From Dev

Filtering xts objects in Shiny apps

From Dev

Send/share sensitive R slidify presentation via email or other secure methods

From Dev

Trying to add a box to a shiny R app at the top to house a short description and a logo

Related Related

HotTag

Archive