Skip to content

include a countdown widget in R contexts

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

fanggong/flipdownWidgets

Repository files navigation

flipdownWidgets

The goal of flipdownWidgets is to include a countdown widget https://github.com/PButcher/flipdown in all R contexts with the convenience of ‘htmlwidgets’.

Installation

You can install the released version of flipdownWidgets from CRAN with:

install.packages("flipdownWidgets")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("fanggong/flipdownWidgets")

Example

This is a basic example which shows you how to use flipdownWidgets:

library(flipdownWidgets)
flipdownWidgets(
  Sys.time() + 60*60*24*100, theme = "dark", 
  headings = c("dats", "hours", "minutes", "seconds")
)

About

include a countdown widget in R contexts

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published