R/name_computer.R

#' Computername
#'
#' Returns the name the computer.
#' @param this function takes no arguments
#' @keywords computername
#' @export
#' @examples
#' name_computer()

name_computer <- function () {
    Sys.info()[["nodename"]]
}
kakes-candy/mySetwd documentation built on May 20, 2019, 6:32 a.m.