system_info: Lists System Information for the Current Machine

View source: R/system_info.R

system_infoR Documentation

Lists System Information for the Current Machine

Description

Lists System Information for the Current Machine

Usage

system_info()

Details

This function reads/queries base::Sys.info(), disk_free(), and cpu_info() on the current machine.

Value

A named list with elements hostname (a character string), os_info, cpu_info, and disk_free (data frames/tibbles).

Examples

info <- system_info()
print(info)


ucsf-wynton/wyntonquery documentation built on May 15, 2024, 6:23 a.m.