knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(mdReports)

This document introduces you to mdReports set of tools for importing and working with mdJSON files and shows you how to apply them.

Import mdJSON files with import_mdJSON()

Flatten nested mdJSON files with flatten_mdJSON()

Get all personnel records with get_contacts()

Generate a report on all projects with report_overview()

Generate reports for individual projects with report_individual()



twisneskie/mdReports documentation built on Oct. 17, 2022, 7:33 a.m.