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
|
||||
questdlg <- function(
|
||||
quest,
|
||||
dlgtitle,
|
||||
dlgtitle = "",
|
||||
btn = c('y', 'n'),
|
||||
defbtn = 'n',
|
||||
accepted_ans = c('y', 'yes', 'n', 'no')
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
\usage{
|
||||
questdlg(
|
||||
quest,
|
||||
dlgtitle,
|
||||
dlgtitle = "",
|
||||
btn = c("y", "n"),
|
||||
defbtn = "n",
|
||||
accepted_ans = c("y", "yes", "n", "no")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue