Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

platform_info

Information about the current platform


Description

Information about the current platform

Usage

platform_info()

Value

A list with elements:

  • version: the R version string.

  • os: the OS name in human readable format, see os_name().

  • system: CPU, and machine readable OS name, separated by a comma.

  • ui: the user interface, e.g. Rgui, RTerm, etc. see GUI in base::.Platform.

  • language: The current language setting. The LANGUAGE environment variable, if set, or (EN) if unset.

  • collate: Collation rule, from the current locale.

  • ctype: Native character encoding, from the current locale.

  • tz: The current time zone.

  • date: The current date.

See Also

Examples

platform_info()

sessioninfo

R Session Information

v1.1.1
GPL-2
Authors
Gábor Csárdi, R core, Hadley Wickham, Winston Chang, Robert M Flight, Kirill Müller, Jim Hester
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.