An open API service indexing awesome lists of open source software.

https://github.com/mauromiguelm/wizardR

R/Shiny Multi-Step Wizard
https://github.com/mauromiguelm/wizardR

Last synced: 4 months ago
JSON representation

R/Shiny Multi-Step Wizard

Awesome Lists containing this project

README

        

# 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

``` r
devtools::install_github("mauromiguelm/wizardR")
```
## Usage

``` r
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`.