Skip to contents

Checks if the operating system is supported

Usage

check_os(os)

Arguments

os

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

Value

Nothing. Will stop if the OS is unsupported

Author

Richèl J.C. Bilderbeek

Examples

check_empty_beaustier_folders()

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

check_empty_beaustier_folders()