The R Project SVN R

Rev

Rev 15946 | Rev 41429 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15946 Rev 25360
Line 1... Line 1...
1
\name{readline}
1
\name{readline}
2
\title{Read a Line from the Terminal}
2
\title{Read a Line from the Terminal}
3
\usage{
3
\usage{
4
readline(prompt="")
4
readline(prompt = "")
5
}
5
}
6
\alias{readline}
6
\alias{readline}
7
\arguments{
7
\arguments{
8
  \item{prompt}{the string printed when prompting the user for input.
8
  \item{prompt}{the string printed when prompting the user for input.
9
  Should usually end with a space \code{" "}.}
9
  Should usually end with a space \code{" "}.}