This function returns a list of general system level information.
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,
check_missing(),
find_namespace_calls(),
identical_structure(),
input_check_response(),
match_arg(),
package_logo(),
print_data.frame(),
print_matrix(),
unexpected_error(),
user_confirm()
Examples
system_information()
#> $machine
#> [1] "AMD EPYC 7763 64-Core Processor"
#>
#> $cores
#> [1] 4
#>
#> $ram
#> 16.8 GB
#>
#> $os
#> [1] "unix"
#>
#> $rversion
#> [1] ‘4.5.3’
#>