R/whoami.R

Defines functions whoami

Documented in whoami

#' System user name
#' 
#' 
#' @return System user name
#' @examples
#' 
#' whoami()
#' 
#' @export whoami
whoami <- function() return(unname(Sys.info()["user"]))

Try the ribiosUtils package in your browser

Any scripts or data that you put into this service are public.

ribiosUtils documentation built on March 13, 2020, 2:54 a.m.