knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
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.
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") }
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.