Learn R Programming

fritools (version 3.3.0)

is_windows: Is the System Running a Windows Machine?

Description

Is the system running a windows machine?

Usage

is_windows()

Arguments

Value

TRUE if so, FALSE otherwise.

See Also

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_fvafrcu_machines(), is_running_on_gitlab_com(), is_success(), is_version_sufficient()

Other operating system functions: file_copy(), file_save(), get_boolean_envvar(), get_run_r_tests(), is_installed(), is_r_package_installed(), is_success(), view(), vim(), with_dir()

Examples

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

Run the code above in your browser using DataLab