Allowing for empty title
This commit is contained in:
parent
7a03f85190
commit
ee57a98589
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
#' @export
|
#' @export
|
||||||
questdlg <- function(
|
questdlg <- function(
|
||||||
quest,
|
quest,
|
||||||
dlgtitle,
|
dlgtitle = "",
|
||||||
btn = c('y', 'n'),
|
btn = c('y', 'n'),
|
||||||
defbtn = 'n',
|
defbtn = 'n',
|
||||||
accepted_ans = c('y', 'yes', 'n', 'no')
|
accepted_ans = c('y', 'yes', 'n', 'no')
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
\usage{
|
\usage{
|
||||||
questdlg(
|
questdlg(
|
||||||
quest,
|
quest,
|
||||||
dlgtitle,
|
dlgtitle = "",
|
||||||
btn = c("y", "n"),
|
btn = c("y", "n"),
|
||||||
defbtn = "n",
|
defbtn = "n",
|
||||||
accepted_ans = c("y", "yes", "n", "no")
|
accepted_ans = c("y", "yes", "n", "no")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue