knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

wreportr

Lifecycle: maturing Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public. R-CMD-check

The goal of wreportr is to make a summary of your pipeline easier.

The central concept is having a set of "steps" your analysis follows, but it is not limited to a sequential design.

A bit late for a meeting to update and want something nice to show? In a few minutes, you can create a nice website for your project.

Installation

You can install the developing version of wreportr from GitHub with:

devtools::install_github("cramirezs/wreportr", ref = "main")
print_yaml <- function(filename) {
  cat("```yaml", readLines(filename), "```", sep = "\n")
}

Examples

There are several ways of generating your HTML report, but the input essentially looks like this:

print_yaml("/Users/ciro/Documents/liai/scripts/wreportr/vignettes/example1.yaml")


cramirezs/wreportr documentation built on Dec. 19, 2021, 6:09 p.m.