R/tools.R

Defines functions touch

Documented in touch

#' Mock the Unix \command{touch} utility
#'
#' See \code{\link[fritools:touch]{fritools::touch}}.
#'
#' @param ... Arguments passed to \code{\link[fritools:touch]{fritools::touch}}.
#' @return The return value of \code{\link[fritools:touch]{fritools::touch}}.
#' @export
#' @keywords internal
touch <- function(...) return(fritools::touch(...))

Try the fakemake package in your browser

Any scripts or data that you put into this service are public.

fakemake documentation built on Aug. 16, 2023, 1:09 a.m.