R/report.R

Defines functions mutant_report

mutant_report <- function(x) {
  # prepare report
  mutrep <- 'xx'
  # write to disk
  json <- jsonlite::toJSON(mutrep, auto_unbox = TRUE)
  jsonlite::write_json(json, "path")
  # write to cli
  # cat("write results to cli")
}
ropensci/mutant documentation built on Dec. 30, 2021, 11:53 a.m.