Learn R Programming

beastier (version 2.5.2)

check_os: Checks if the operating system is supported

Description

Checks if the operating system is supported

Usage

check_os(os)

Value

Nothing. Will stop if the OS is unsupported

Arguments

os

name of the operating system, must be unix (Linux, Mac) or win (Windows)

Author

Richèl J.C. Bilderbeek

Examples

Run this code
check_empty_beaustier_folders()

check_os("mac")
check_os("unix")
check_os("win")

check_empty_beaustier_folders()

Run the code above in your browser using DataLab