R/base.R

#' @export
print.MakefileR <- function(x, ...) {
  cat(paste0(format(x), "\n"), sep = "")
}

Try the MakefileR package in your browser

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

MakefileR documentation built on May 1, 2019, 10:30 p.m.