Rev 7081 | Rev 48662 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{interactive}\alias{interactive}\title{Is R Running Interactively?}\description{Return \code{TRUE} when \R is being used interactively and\code{FALSE} otherwise.}\usage{interactive()}\seealso{\code{\link{source}},\code{\link{.First}}}\examples{.First <- function() if(interactive()) x11()}\keyword{environment}\keyword{programming}