Is it possible to format an RMarkdown report dashboard style? - r

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?

Related

Is there a way to download my dashboard as is in a pdf file

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.

kable_styling() weird interaction with dark RStudio themes

I recently started using Rmarkdown for my R coding, and I found it extremely useful. However, I have the following issue:
When I want to show tables behind the code (not in the output, but on the rmarkdown code itself), and I use the option kable_styling() from kableExtra package to display a table, if I have a dark theme activated (ie. Tomorrow Night Bright), the table apperas with a white shadow that makes it hard to read (see picture below):
However, this does not happen when I use a light theme (see picture below):
Does anyone know why this happens or how could I fix it? I have already tried to change the output format and a bunch of stuff. If I remove the kable_styling() option the table is correctly displayed, but not the way I want it to be formatted.
Thanks in advance and sorry if I wasn´t clear when posting the question, it is the first time I do this.

Is it possible to create an RMarkdown document in landscape mode?

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.

knitr presentation print slides

I have a knitr presentation saved as html. I would like to print it keeping the slides intact. Currently if I try to print, the structure of the slides get broken. I will appreciate if anyone have any suggestion.
Thanks.

How to show powerpoint in iframe

I am able to show pdf in the iframe but ppt is not loading in the iframe. It is opening as a new window. I need to show it inline. Is there any specific parameters for ppt ?
The best way I can think of is to convert your powerpoint file to Flash.
That way you can easily add it to your webpage, iframe or whatever you like.
Here is a link to some free software that you can use to convert your powerpoint presentations.
Link to Powerpoint to Flash Convertor
In case you want to still use powerpoint files on your webpage, check out this page for full explanation and directions.
Putting your Powerpoint on the web
Hope it helps.
Google Docs Viewer is a version of Google Docs that supports being included via iframe, and it supports viewing Powerpoint Presentations.
You can share it if you upload it to Skydrive, set the share permissions to Everyone and get the Embed code. Note that this is just another way of converting it to HTML.

Resources