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, as returned by app_dir

Value

nothing. Will stop if the OS is unsupported

Author(s)

Richèl J.C. Bilderbeek

Examples

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

richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.