knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

shiny.alluvial

Visualizes workflows from sessionized, timestamped data using an alluvial diagram. The resulting web page is interactive. Clicking on a node re-anchors the vis to show workflows outward from events with that node label.

knitr::include_graphics('./figures/sample.png')

Installation

You can install shiny.alluvial from github with:

# install.packages("devtools")
devtools::install_github("claytontstanley/shiny.alluvial")

Example

Visualize the workflows that are in the provided sessionTbl dataset:

runAppSK(sessionTbl)

Supported Browsers

Only Firefox has been tested to work



claytontstanley/shiny.alluvial documentation built on May 5, 2022, 11:01 a.m.