R/logout.R

Defines functions logout

Documented in logout

#' Logout and unmount network share
#'
#' @param username DIDE username
#'
#' @export
logout <- function(username) {
    system(paste0("umount /tmp/", username), wait = TRUE)
}
jackolney/clustr documentation built on May 18, 2019, 7:57 a.m.