All Projects → feddelegrand7 → flipdownr

feddelegrand7 / flipdownr

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
📆📆📆 Implement a Countdown in RMarkdown Documents and Shiny Applications

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to flipdownr

learning R
List of resources for learning R
Stars: ✭ 32 (+6.67%)
Mutual labels:  shiny, rmarkdown
Shufflecards
✨ Create magical grid layouts in Shiny & Markdown
Stars: ✭ 76 (+153.33%)
Mutual labels:  shiny, rmarkdown
flexpivot
Simple frequency table
Stars: ✭ 19 (-36.67%)
Mutual labels:  shiny, rmarkdown
fabricerin
Create Easily Canvas in Shiny and RMarkdown Documents
Stars: ✭ 52 (+73.33%)
Mutual labels:  shiny, rmarkdown
Bslib
Tools for theming shiny and rmarkdown from R via Bootstrap (3 or 4) Sass.
Stars: ✭ 197 (+556.67%)
Mutual labels:  shiny, rmarkdown
signals-and-systems
Interactive visualizations for Dr. Richard Baraniuk's open-source "Signals and Systems" textbook. R / Shiny.
Stars: ✭ 31 (+3.33%)
Mutual labels:  shiny, rmarkdown
Explore
R package that makes basic data exploration radically simple (interactive data exploration, reproducible data science)
Stars: ✭ 69 (+130%)
Mutual labels:  shiny, rmarkdown
bubblyr
☁️ ☁️ ☁️ Beautiful Bubbles in Shiny and RMarkdown Backgrounds
Stars: ✭ 16 (-46.67%)
Mutual labels:  shiny, rmarkdown
Bsplus
Shiny and R Markdown addons to Bootstrap 3
Stars: ✭ 120 (+300%)
Mutual labels:  shiny, rmarkdown
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+263.33%)
Mutual labels:  shiny, rmarkdown
vembedr
Functions to Embed Video in HTML
Stars: ✭ 56 (+86.67%)
Mutual labels:  shiny, rmarkdown
customer-tracker
R data products: Reports, Presentations, Apps, and API's
Stars: ✭ 19 (-36.67%)
Mutual labels:  shiny, rmarkdown
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 (-60%)
Mutual labels:  shiny, rmarkdown
Gfonts
🔤 Offline Google Fonts for rmarkdown and shiny
Stars: ✭ 85 (+183.33%)
Mutual labels:  shiny, rmarkdown
grillade
Grid sytem for shiny apps or rmarkdown and to create htmlwidgets matrix
Stars: ✭ 16 (-46.67%)
Mutual labels:  shiny, rmarkdown
epoxy
Extra-strength glue engines for R Markdown and Quarto
Stars: ✭ 141 (+370%)
Mutual labels:  shiny, rmarkdown
workflowr
Organize your project into a research website
Stars: ✭ 747 (+2390%)
Mutual labels:  rmarkdown
deejae
web app for exploring and visualising DJ sets
Stars: ✭ 28 (-6.67%)
Mutual labels:  shiny
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+22870%)
Mutual labels:  rmarkdown
CoronaDash
COVID-19 spread shiny dashboard with a forecasting model, countries' trajectories graphs, and cluster analysis tools
Stars: ✭ 20 (-33.33%)
Mutual labels:  shiny

flipdownr

CRAN_Status_Badge CRAN_time_from_release metacran downloads metacran downloads license R badge

The goal of flipdownr is to create a Countdown object within your RMarkdown documents and Shiny application. flipdownr is an R wrapper of the JavaScript library flipdown


Installation

You can install flipdownr from CRAN with:

install.packages("flipdownr")

Functions and Arguments

flipdownr has one function: flipdown which contains the following arguments:

  • downto: the targeted date for the countdown. It must have the form of ‘yyyy-mm-dd’ or ‘yyyy-mm-dd hh:mm:ss`. Note that you can include the time zone (example UTC): ’yyyy-mm-dd hh:mm:ss UTC’;
  • id: the id of the countdown. Useful when you need to include many countdown objects in one document;
  • theme: The theme of the flipdown object. For now you can choose from the following themes (if you have a preference don’t hesitate to modify the flipdown.min.css file and send a PR): ‘dark’, ‘light’, ‘gdila’, ‘youkous’, ‘ifri’, ‘saida’;
  • headings: A character vector specifying the heading related to each time part. Defaults to English headings: c(“Days”, “Hours”, “Minutes”, “Seconds”).

Examples

A demo is available here

Themes

The dark and light themes are exhibited within the demo above. Below you can check out the other themes:

gdila


saida


youkous


ifri


Code of Conduct

Please note that the flipdownr project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

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].