Learn R Programming

cursr (version 0.1.0)

in.term: Determine whether in Terminal

Description

Tests whether the session is in terminal and returns TRUE or FALSE. Many of the cursr functions require being in terminal and will not work with RStudio or the R GUI application.

Usage

in.term()

Arguments

Value

logical value; TRUE or FALSE

Examples

Run this code
# NOT RUN {
in.term()

# }

Run the code above in your browser using DataLab