R/os.R

Defines functions os

Documented in os

#' Function to get operating system type.
#' 
#' @author Stuart K. Grange
#' 
#' @export
os <- function() as.character(.Platform$OS.type)
skgrange/systemr documentation built on Sept. 23, 2024, 9:45 a.m.