R: RStudio environments

R: RStudio environments

using_rstudio {ami} R Documentation

RStudio environments

Description

These functions enable you to determine whether code is being run in the
presence of various features of the RStudio IDE.

using_rstudio() determines whether code is being run in
RStudio

using_rstudio_jobs() determines whether code is running as
an RStudio Job

using_rstudio_dark_theme() determines whether a dark theme is
being used

Usage

using_rstudio()

using_rstudio_jobs()

using_rstudio_dark_theme()

Value

A logical value

Examples

using_rstudio()
using_rstudio_jobs()
using_rstudio_dark_theme()

[Package ami version 0.1.0 Index]

Read more here: Source link