Learn R Programming

fritools (version 4.6.0)

is_batch: Is 'R' Run in Batch Mode (via 'R CMD BATCH' or 'Rscript')?

Description

Just a wrapper to interactive.

Usage

is_batch()

Arguments

Value

TRUE on success, FALSE otherwise.

See Also

Other logical helpers: get_run_r_tests(), is_cran(), is_false(), is_force(), is_installed(), is_not_false(), is_null_or_true(), is_of_length_zero(), is_r_cmd_check(), is_r_package_installed(), is_running_on_fvafrcu_machines(), is_running_on_gitlab_com(), is_scalar(), is_scalar_convertible2numeric(), is_success(), is_true(), is_version_sufficient(), is_windows()

Examples

Run this code
is_batch()

Run the code above in your browser using DataLab