check_os: Checks if the operating system is supported

View source: R/check_os.R

check_osR Documentation

Checks if the operating system is supported

Description

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(s)

Richèl J.C. Bilderbeek

Examples

check_empty_beaustier_folders()

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

check_empty_beaustier_folders()

beastier documentation built on Nov. 7, 2023, 5:08 p.m.