browserHistory {psichomics}R Documentation

Enable history navigation

Description

Navigate app according to the location given by the navigation bar. Code and logic adapted from https://github.com/daattali/advanced-shiny/blob/master/navigate-history

Usage

browserHistory(navId, input, session)

Arguments

navId

Character: identifier of the navigation bar

input

Input object

session

Session object

Value

NULL (this function is used to modify the Shiny session's state)


[Package psichomics version 1.10.1 Index]