Learn R Programming

oeli (version 0.7.1)

system_information: General system level information

Description

This function returns a list of general system level information.

Usage

system_information()

Arguments

Value

A list with elements:

  • maschine, the model name of the device

  • cores, the number of cores

  • ram, the size of the RAM

  • os, the operating system

  • rversion, the R version used

See Also

Other package helpers: Dictionary, Storage, identical_structure(), input_check_response(), match_arg(), package_logo(), print_data.frame(), print_matrix(), unexpected_error(), user_confirm()

Examples

Run this code
system_information()

Run the code above in your browser using DataLab