Learn R Programming

fritools (version 3.3.0)

is_running_on_fvafrcu_machines: Is the Machine Running the Current R Process Owned by FVAFRCU?

Description

Is the machine running the current R process known to me?

Usage

is_running_on_fvafrcu_machines(type = c("any", "cu", "fvafr"))

Arguments

type

An optional selection.

Value

TRUE on success, FALSE otherwise.

See Also

Other test helpers: get_boolean_envvar(), get_run_r_tests(), is_cran(), is_r_cmd_check(), is_running_on_gitlab_com(), run_r_tests_for_known_hosts(), set_run_r_tests()

Other logical helpers: get_run_r_tests(), is_batch(), 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_gitlab_com(), is_success(), is_version_sufficient(), is_windows()

Examples

Run this code
# NOT RUN {
is_running_on_fvafrcu_machines()
# }

Run the code above in your browser using DataLab