R/get_os.R

Defines functions get_os

Documented in get_os

#' Get the current operating system
#' @return the name of the operating system, as returned by
#' \link[rappdirs]{app_dir}
#' @author Richèl J.C. Bilderbeek
#' @examples
#' get_os()
#' @export
get_os <- function() {
  rappdirs::app_dir()$os
}
richelbilderbeek/plinkr documentation built on March 25, 2024, 3:18 p.m.