I am building a Shiny app for a class that I am teaching. Most of my content is markdown/RMarkdown but I want to embed some PowerPoint slides. I know I can show the MD documents with includeMarkdown(). Is there a similar way to embed Powerpoint Slides in a shiny app (and let the user click through them) without having to render the slides into another format?
Related
I have tried to download my application dashboard in png with the screenshot() function but some of the charts and texts are a little blurred.
Ideally I want to be able to download the dashboard texts and charts as is in a pdf file.
This is the link to my application:
https://iecprojects.shinyapps.io/CountryProfile1/
Is there any way I can achieve this? Any idea or example can help.
How can I play the full PowerPoint presentation inside a Xamarin forms application?
I've looked into syncfusion where you can convert a file to pdf/image to view the latter but is there a way to display the PowerPoint file where you can play the actual slides (e.g. if there's a gif/animation on the slide).
Any leads, please?
I am creating a flexdashboard document that looks like this (dashboard style basically). However, our end-users will not be interacting and drilling down to this like one would in a traditional dashboard. Instead, we are going to send these out as PDFs to our audience. I know you can create parameterized reports in a traditonal PDF or HTML RMarkdown report, however I am looking to create that document in a landscape mode/dashboard style view.
For this use case I cannot use flexdashboard, however I am looking to see if I can create something similar to flexdashboard but in RMarkdown (knitted to html). I am looking to format an RMarkdown report like the format you see below and in a landscape mode. I've only created markdown reports in a portrait style.
I found this online in a video and I wasn't sure how it was created but this was created in RMarkdown. If there is a way to do this, is it possible someone can share a reproducible example?
I have created a HTML5 presentation with slidify using the io2012 framework.
I am actually struggling with the navigation inside the presentation:
is there a way to link between slides, e.g. jump back to slide x from slide y? I know I can do this with HTML but maybe there is a better solution?
how can I embed a control panel in the slides so that users can click on an arrow to go to the next slide?