How to Apply the interactive() Function in R (Example Code)

In this tutorial you’ll learn how to test whether R runs in an interactive mode using the interactive function in R programming.

Example: How to Check whether R Runs Interactively

interactive()                     # Using interactive() function
# [1] TRUE

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.
You need to agree with the terms to proceed

Menu
Top