closeProgress {psichomics}R Documentation

Close the progress even if there's an error

Description

Close the progress even if there's an error

Usage

closeProgress(message = NULL, global = if (isRunning()) sharedData else
  getHidden())

Arguments

message

Character: message to show in progress bar

global

Global Shiny variable where all data is stored

Value

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


[Package psichomics version 1.9.1 Index]