Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcrodriguez1989/interactingan
Package: Interactive Presentation Ninja
https://github.com/jcrodriguez1989/interactingan
hacktoberfest markdown mentimeter presentation r rmarkdown slides slido xaringan
Last synced: 21 days ago
JSON representation
Package: Interactive Presentation Ninja
- Host: GitHub
- URL: https://github.com/jcrodriguez1989/interactingan
- Owner: jcrodriguez1989
- License: other
- Created: 2020-01-08T20:58:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T03:48:32.000Z (5 months ago)
- Last Synced: 2024-10-12T04:46:56.512Z (about 1 month ago)
- Topics: hacktoberfest, markdown, mentimeter, presentation, r, rmarkdown, slides, slido, xaringan
- Language: R
- Homepage:
- Size: 144 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
title: "`interactingan`: Interactive Presentation Ninja"
output: github_document
---Have you ever tried [slido](https://www.sli.do/) or [Mentimeter](https://www.mentimeter.com/)? So you know how useful it is having audience interactive slides for teaching or conferences. But, you also love using your `xaringan` slides.
Now, thanks to `interactingan`, it is possible to incorporate interactive objects into your `xaringan` presentations!
(It can also be used with any other RMarkdown document that returns html results)
## Installation
`interactingan` is currently only available as a GitHub package.
To install it run the following from an R console:
```{r eval = FALSE}
if (!require("remotes")) {
install.packages("remotes")
}
remotes::install_github("jcrodriguez1989/interactingan", dependencies = TRUE)
```## Usage
### Creating a basic `interactingan` presentation
In RStudio click on *File* > *New File* > *R Markdown...* > *From Template*
Select **Interactive Ninja Presentation** and press **OK**.
This will open an `interactingan` presentation template, if you have already
[configured your `rsconnect` account](https://docs.rstudio.com/shinyapps.io/getting-started.html#configure-rsconnect), then this template is ready to get
**Knit**ted.