R/pwd_.R

Defines functions pwd_

Documented in pwd_

#' Title
#'
#' @return
#' @export
#'
#' @examples
pwd_ <- function(.arg = NULL, .if = NULL, .opt = NULL) {

  rcode <- "getwd()"
  return(rcode)

}
shohei-doi/transtataR documentation built on March 22, 2021, 1:52 p.m.