R/os_type.R

Defines functions os_type

os_type = function(){
  os = Sys.info()['sysname']
  if (os == 'Darwin') os = "macos"
  tolower(os)
}
ShichenXie/xefun documentation built on Feb. 12, 2025, 6:19 p.m.