R/whoami.R

Defines functions whoami

Documented in whoami

#' Curren system username
#' @description Return the user name associated with the current effective user ID.
#' @export

whoami <- function(){
  system('whoami',intern = TRUE)
}
jasenfinch/minder documentation built on Feb. 15, 2021, 7:50 p.m.