Added questdlg

This commit is contained in:
Waldir Leoncio 2020-05-20 11:21:35 +02:00
parent 3105ca9995
commit d6675940a1
2 changed files with 55 additions and 0 deletions

21
man/questdlg.Rd Normal file
View file

@ -0,0 +1,21 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/questdlg.R
\name{questdlg}
\alias{questdlg}
\title{Prompt for multiple-choice}
\usage{
questdlg(quest, dlgtitle, btn = c("y", "n"), defbtn = "n")
}
\arguments{
\item{quest}{Question}
\item{dlgtitle}{Title of question}
\item{btn}{Vector of alternatives}
\item{defbtn}{Scalar with the name of the default option}
}
\description{
This function aims to loosely mimic the behavior of the
questdlg function on Matlab
}