R/outsheet_.R

Defines functions outsheet_

Documented in outsheet_

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

  save_(stringr::str_remove(.arg, "using "), .if, .opt)

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