Skip to content

bigomics/wizardR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wizardR

A R/Shiny user-friendly UI wizard that transforms complex tutorials or tasks into a sequence of steps.

This package works as a wrapper of the Wizard JS Javascript component.

Installation

devtools::install_github("bigomics/wizardR")

Usage

wizard(  
    # add one or more steps
    wizard_step(
        ... # html content or shiny outputs
    )
)

Example

You can find a demo example (with inputs and outputs) in inst/app/App.R. You can also run this demo wizardR::run_app.

Releases

No releases published

Packages

 
 
 

Languages

  • R 68.1%
  • JavaScript 30.0%
  • Makefile 1.3%
  • CSS 0.6%