All Projects → gadenbuie → Countdown

gadenbuie / Countdown

Licence: other
⏲ countdown timer for R Markdown slides and HTML docs

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Countdown

tikz favorites
collection of favorite TikZ graphics
Stars: ✭ 62 (-43.64%)
Mutual labels:  rmarkdown, rstats
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (-0.91%)
Mutual labels:  rmarkdown, rstats
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (+2.73%)
Mutual labels:  rmarkdown, rstats
xaringan slides
📺 Links to HTML5 presentations made using the R package {xaringan}.
Stars: ✭ 20 (-81.82%)
Mutual labels:  slides, rmarkdown
Summarytools
R Package to Quickly and Neatly Summarize Data
Stars: ✭ 390 (+254.55%)
Mutual labels:  rmarkdown, rstats
heddlr
Bring a functional programming mindset to R Markdown document generation
Stars: ✭ 14 (-87.27%)
Mutual labels:  rmarkdown, rstats
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-89.09%)
Mutual labels:  rmarkdown, rstats
QuickLookR
macOS QuickLook plugin for R save(), saveRDS() & feather files
Stars: ✭ 41 (-62.73%)
Mutual labels:  rmarkdown, rstats
Xaringanthemer
😎 Give your xaringan slides some style
Stars: ✭ 337 (+206.36%)
Mutual labels:  slides, rstats
Markdowntemplates
✅🔻 A collection of alternate R markdown templates
Stars: ✭ 287 (+160.91%)
Mutual labels:  rmarkdown, rstats
xaringanBuilder
An R package for building xaringan slides into multiple outputs, including html, pdf, png, gif, pptx, and mp4.
Stars: ✭ 157 (+42.73%)
Mutual labels:  slides, rmarkdown
Talks
Repository of publicly available talks by Leon Eyrich Jessen, PhD. Talks cover Data Science and R in the context of research
Stars: ✭ 16 (-85.45%)
Mutual labels:  rmarkdown, rstats
Xaringanextra
🎡 A playground of enhancements and extensions for xaringan slides.
Stars: ✭ 240 (+118.18%)
Mutual labels:  slides, rmarkdown
githubdashboard
#rstats github flexdashboard
Stars: ✭ 40 (-63.64%)
Mutual labels:  rmarkdown, rstats
Postcards
💌 Create simple, beautiful personal websites and landing pages using only R Markdown.
Stars: ✭ 208 (+89.09%)
Mutual labels:  rmarkdown, rstats
rmd2jupyter
Convert Rmd (rmarkdown) to ipynb (Jupyter notebook)
Stars: ✭ 17 (-84.55%)
Mutual labels:  rmarkdown, rstats
Workflowr
Organize your project into a research website
Stars: ✭ 551 (+400.91%)
Mutual labels:  rmarkdown, rstats
Rmarkdown Website Tutorial
Tutorial for creating websites w/ R Markdown
Stars: ✭ 26 (-76.36%)
Mutual labels:  rmarkdown, rstats
Nodeppt
This is probably the best web presentation tool so far!
Stars: ✭ 9,589 (+8617.27%)
Mutual labels:  slides
Cehv10
Leaked slides, labs & tools
Stars: ✭ 106 (-3.64%)
Mutual labels:  slides

countdown

countdown makes it easy to drop in a simple countdown timer in slides and HTML documents written in R Markdown.

library(countdown)

countdown(minutes = 0, seconds = 15)

Want to know more?

Check out countdown in its native environment in the countdown presentation.

Installation

You can install countdown from GitHub with:

# install.packages("devtools")
devtools::install_github("gadenbuie/countdown")

Shiny App

countdown ships with a Shiny app for an interactive full-screen countdown timer!

To launch the app, run

countdown_app()

or use the version hosted online at apps.garrickadenbuie.com/countdown.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].