system_load: Function to return formatted system loads.

View source: R/system_load.R

system_loadR Documentation

Function to return formatted system loads.

Description

Function to return formatted system loads.

Usage

system_load(as_vector = FALSE)

Arguments

as_vector

Should a numeric vector be returned rather than a tibble?

Value

Tibble or when as_vector is TRUE, a numeric vector of # loads in percent.

Author(s)

Stuart K. Grange

Examples


# Return a tibble
system_load()

# Return a numeric vector, in percent
system_load(as_vector = TRUE)


skgrange/systemr documentation built on April 18, 2024, 2:23 a.m.