get_os_type: Determine Operating System (OS)

View source: R/get_os.R

get_os_typeR Documentation

Determine Operating System (OS)

Description

Determine the operating system (OS) of your machine.

Usage

get_os_type()

is_32bit_os()

is_64bit_os()

Value

OS name in lower case: windows, mac, linux, etc.

Author(s)

The code is based on https://www.r-bloggers.com/identifying-the-os-from-r/

See Also

https://www.r-bloggers.com/identifying-the-os-from-r/

Examples

get_os_type()

mokymai/bs documentation built on Jan. 28, 2025, 8:26 p.m.