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

richelbilderbeek/beastier documentation built on Sept. 7, 2024, 2:15 a.m.