noinfo {psichomics} | R Documentation |
Interface when no information could be retrieved
Description
Interface when no information could be retrieved
Usage
noinfo(output,
description = paste("No information available for this gene."), ...)
Arguments
output |
Shiny output
|
description |
Character: description of the message to show to the user
|
... |
Arguments passed on to inlineDialog
- id
Character: identifier (NULL by default)
- buttonId
Character: button identifier (NULL by default)
- buttonLabel
Character: button label (NULL by default)
- buttonIcon
Character: button icon (NULL by default)
- type
Character: type of alert (error or warning)
- bigger
Boolean: wrap the description in a h4 tag?
|
Value
NULL (this function is used to modify the Shiny session's state)
[Package
psichomics version 1.9.1
Index]