/typed

typed.js R htmlwidgets

Primary LanguageROtherNOASSERTION

Travis-CI Build Status saythanks

typed

R implementation of typed.js for Rmarkdown.

See site for all details.

Installation

# install.packages("devtools")
devtools::install_github("JohnCoene/typed")

Example

typed("Hello")
typed("Emphasis word <span style ='color: red;'>with html</span>.", contentType = "html")
typed(c("First sentence.", "Second sentence", typeSpeed = 2))

See my other projects