Questions tagged [ioslides]

Use this tag for questions related to ioslides, from R markdown.

To create an presentation from R Markdown you specify the ioslides_presentation output format in the front-matter of your document. You can create a slide show broken up into sections by using the # and ## heading tags (you can also create a new slide without a header using a horizontal rule (----).

as mentioned here, along with some examples.

Note that you are encouraged to use if you are using .

131 questions
0
votes
1 answer

Start with highlight mode enabled in ioslides

In ioslides presentation with Rmarkdown, there is an option to enable highlight mode in each slide by pressing h. Is there some way to make the highlight mode enabled by default and disable it by pressing h.
TheRimalaya
  • 4,232
  • 2
  • 31
  • 37
0
votes
1 answer

How to add APA style references in ioslides using rstudio?

I'm preparing a thesis presentation using ioslides but I'm not get a clue how to add citations. Though this link is very informative but it did not say anything about references.
koliii
  • 109
  • 1
  • 8
0
votes
0 answers

Reduce table overall size with pandoc.table

I am rendering a table in RMarkdown (ioslides) using pander and pandoc.table but only 6 out of 10 rows are showing. How do I reduce the table size to see all rows? employee <- c('A','B','C', 'D', 'E', 'F', 'H', 'K','L', 'M') salary <- c(1, 2,…
LMHull
  • 77
  • 8
0
votes
1 answer

How to change font size and text color in a transition slide in ioslides rmarkdown

I want to change the font size and text color in a transition slide in ioslides rmarkdown using a css file. I am creating a transition slide with only one number sign # "#" Section I Note: the number sign in my rmarkdown files is without quotes.
0
votes
1 answer

'x' and 'y' lengths differ error together but not separately in ioslides

I have two animated ioslides which work fine in separate presentations but when in the same presentation cause the error 'x' and 'y' lengths differ. Here is my MWE. --- title: "Untitled" runtime: shiny output:…
dpel
  • 1,954
  • 1
  • 21
  • 31
0
votes
2 answers

Trouble Making Text italic when rendering an HTML document from Rmd via RStudio

I am trying to create an ioslides presentation from Rmd in RStudio but the italic and bold formatting does not appear to be working (the asterisk and double asterisk). If I render to HTML, they work. I can change text colors using CSS, but I cannot…
Bill M
  • 1
  • 3
0
votes
1 answer

formattable in my rMarkdown ioslides_presentation doesn't work

I'm trying to use an example (link) of formattable in my rMarkdown ioslides_presentation document. Everything works fine but table in the slide doesn't look like if I run it just from R without knitting HTML. ```{r echo=FALSE,…
martinkabe
  • 1,079
  • 2
  • 12
  • 27
0
votes
1 answer

rChart, for loop

I wrote a function to create an rChart on multiple slides using for loops. However calling the function does not create multiple charts. I only get the last chart. This is what my function looks like: s1Rev <- function(total1){ a <-…
krthkskmr
  • 461
  • 5
  • 22
0
votes
0 answers

shiny ioslides selectInput scrollbar failure

I need to have two consecutive slides use similar selectInputs. When I do this, the scrollbar on the first slide fails. I use "selectize=FALSE" so that the user can deselect options. The scrollbar works fine when it's just one slide. Am I doing…
meehank
  • 11
  • 2
-1
votes
1 answer

Why is Mathjax not rendering inline equations in ioslides?

I am putting together my first ioslides presentation in R Studio and discovered that inline equations are not rendered properly in the browser. When I hit Run Presentation everything is displayed as it should (i.e. the inline equations are rendered)…
Patrick Glettig
  • 541
  • 1
  • 6
  • 12
1 2 3
8
9