2020-03-18 08:27:21 +01:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
|
|
|
|
% Please edit documentation in R/inputdlg.R
|
|
|
|
|
\name{inputdlg}
|
|
|
|
|
\alias{inputdlg}
|
|
|
|
|
\title{Gather user input}
|
|
|
|
|
\usage{
|
2020-03-18 10:30:56 +01:00
|
|
|
inputdlg(prompt, definput = NULL, dims = 1)
|
2020-03-18 08:27:21 +01:00
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{prompt}{Text field with user instructions}
|
|
|
|
|
|
|
|
|
|
\item{definput}{default value of the input}
|
|
|
|
|
|
2020-03-18 15:02:38 +01:00
|
|
|
\item{dims}{number of dimensions in the answwers}
|
2020-03-18 08:27:21 +01:00
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Replicates the functionality of the homonymous function in Matlab (sans dialog box)
|
|
|
|
|
}
|