Learn R Programming

dipsaus (version 0.3.1)

rs_avail: Verify 'RStudio' version

Description

Verify 'RStudio' version

Usage

rs_avail(version_needed = "1.3", child_ok = FALSE, shiny_ok = FALSE)

Value

whether 'RStudio' is running and its version is above the required

Arguments

version_needed

minimum version required

child_ok

check if the current R process is a child process of the main RStudio session.

shiny_ok

if set false, then check if 'Shiny' is running, return false if shiny reactive domain is not NULL

See Also