Changed order of parameters
This commit is contained in:
parent
42ada1d34a
commit
9770c512c4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
\alias{inputdlg}
|
\alias{inputdlg}
|
||||||
\title{Gather user input}
|
\title{Gather user input}
|
||||||
\usage{
|
\usage{
|
||||||
inputdlg(prompt, dims = 1, definput = NULL)
|
inputdlg(prompt, definput = NULL, dims = 1)
|
||||||
}
|
}
|
||||||
\arguments{
|
\arguments{
|
||||||
\item{prompt}{Text field with user instructions}
|
\item{prompt}{Text field with user instructions}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue