inlineDialog: Alert in the style of a dialogue box with a button

Description Usage Arguments Value

View source: R/utils_interface.R

Description

Alert in the style of a dialogue box with a button

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
inlineDialog(
  description,
  ...,
  buttonLabel = NULL,
  buttonIcon = NULL,
  buttonId = NULL,
  id = NULL,
  type = c("error", "warning"),
  bigger = FALSE
)

errorDialog(description, ...)

warningDialog(description, ...)

Arguments

description

Character: description

...

Extra parameters when creating the alert

buttonLabel

Character: button label

buttonIcon

Character: button icon

buttonId

Character: button identifier

id

Character: identifier

type

Character: type of alert (error or warning)

bigger

Boolean: wrap the description in a h4 tag?

Value

HTML elements


psichomics documentation built on Nov. 8, 2020, 5:44 p.m.