Questions tagged [rpres]

The RStudio presentation authoring environment

.rpres is the file extension for RStudio presentation files, and users of that IDE have adopted it as referring to issues related to display with the available markdown capacities: R Markdown and Mathjax

41 questions
0
votes
0 answers

Plot command followed by lines command in rpres

I have a .rpres file "Introduction to R.rpres". I use the preview mode in Rstudio to generate a presentation with several slides. The following code enclosed by 3 ticks at the beginning and end ```{r,out.width='\\textwidth', fig.height = 8,…
abcihep
  • 33
  • 8
0
votes
1 answer

Mermaid (diagrammeR) graph not displayed in RPres

I am trying to include a graph built with the diagrammeR package in an RPres. That's the graph: library(DiagrammeR) mermaid("graph TD X1(X1)-->Z1(Z2) X2(X2)-->Z2(Z2) X1(X1)-->Z2(Z2) Z1(Z1)-->Y(Y) …
broti
  • 1,338
  • 8
  • 29
0
votes
0 answers

Unable to produce graphviz in RStudio presentation

I am trying to create a slide deck that is a condensed version of a more thorough RMarkdown analysis. My graphviz plots do not render in the RStudio presentation. The graphviz plots properly render in my RMarkdown analysis. The following code works…
BillZ
  • 127
  • 2
  • 7
0
votes
1 answer

Comments in Rpres

I'm trying to put a comment in my Rpres script, but I don't want that comment to appear in the final presentation. I know that in an R script, the comments are expressed by #comment. But how it would be in Rpres? For example, for a specific slide:…
user44212
  • 13
  • 2
0
votes
1 answer

Using LaTeX packages in R presentations

I understand that using the "header-includes" option in the YAML front matter of an Rmarkdown document allows the inclusion of LaTeX packages (details here), but how is this done for an Rstudio R presentation?
sahoang
  • 375
  • 3
  • 9
0
votes
1 answer

Rpres code stacked

My Rpres table output is stacked, is there an easy way around this? For example, I have 9 columns but it prints them as 3,2,4. There are really more than enough space for all columns to be printed. I tried converting the data to different table…
0
votes
1 answer

Stop Rfacebook for loop outputting while still running code

The point in the code is to gather posts from a Facebook page and store them in my_page however i am unfamiliar with the code as it is for a Uni project. The problem i have is that it has to be used in a .rpres format created using Rstudio and as…
Aelux
  • 77
  • 8
0
votes
2 answers

RStudio R Presentation Preview Error

I am trying to create an R Presentation in RStudio (File > New File > R Presentation). But when I try to create one with my working directory set to anything other than my default, I receive an error when it tries to preview. The error displays in…
0
votes
0 answers

Full screen image Rstudio presentation

I'm trying to add a fullscreen image to the title page an Rstudio presentation. I followed the advice from this link.