R/base.R

Defines functions print.MakefileR

#' @export
print.MakefileR <- function(x, ...) {
  cat(paste0(format(x), "\n"), sep = "")
}
krlmlr/MakefileR documentation built on May 20, 2019, 6:15 p.m.