Skip to content

hopscotch tours for R & Shiny

License

Unknown, MIT licenses found

Licenses found

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

timelyportfolio/hopscotchr

Repository files navigation

hopscotchr

hopscotchr brings hopscotch introductory tours from LinkedIn to R and Shiny. This package offers similar functionality as rintrojs. If you would like more examples and better documentation, I would recommend rintrojs over hopscotchr.

Installation

hopscotchr is a long way from CRAN, so please install from Github.

devtools::install_github("timelyportfolio/hopscotchr")

Example

The workflow for creating a tour looks like this.

# in ui
add_hopscotch()

# in server
tour <- create_tour(id = "an_id") %>%
  add_steps(...)
  
hopscotch(tour, session)

For now, please see example.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

About

hopscotch tours for R & Shiny

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published