Changed order of parameters

This commit is contained in:
Waldir Leoncio 2020-03-18 10:30:56 +01:00
parent 42ada1d34a
commit 9770c512c4

View file

@ -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}