in.term {cursr}R Documentation

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()

Value

logical value; TRUE or FALSE

Examples

in.term()


[Package cursr version 0.1.0 Index]