Cyrus Mohammadian
Cyrus Mohammadian

Reputation: 5193

how to make bullets appear incrementally r presentation

How does one make an R presentation display bullets incrementally. By "R presentation" I mean Rstudio's .rpres -I know this can be done in ioslides, beamer, slidify, etc. but I cannot find any documentation about how this is implemented in .rpres. Is this possible without css? Thanks.

Upvotes: 3

Views: 736

Answers (1)

Cyrus Mohammadian
Cyrus Mohammadian

Reputation: 5193

Through random trial and error:

Title
========================================================
author: Name
date: 10/10/10
autosize: true
incremental: true

Upvotes: 3

Related Questions