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}
|
||||
\title{Gather user input}
|
||||
\usage{
|
||||
inputdlg(prompt, dims = 1, definput = NULL)
|
||||
inputdlg(prompt, definput = NULL, dims = 1)
|
||||
}
|
||||
\arguments{
|
||||
\item{prompt}{Text field with user instructions}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue