Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 793 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 793 Bytes

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