Rev 1527 | Rev 42333 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{interactive}\title{Is R Running Interactively?}\usage{interactive()}\alias{interactive}\value{This function returns \code{TRUE} when \R is being used interactivelyand \code{FALSE} when not.}\seealso{\code{\link{source}}, \code{\link{.First}}}\examples{.First <- function() if(interactive()) x11()}\keyword{environment}\keyword{programming}