Examples for 'base::interactive'


Is R Running Interactively?

Aliases: interactive

Keywords: environment programming

### ** Examples

 .First <- function() if(interactive()) x11()

[Package base version 4.2.3 Index]