report_projects: Report project details

report_projectsR Documentation

Report project details

Description

Generates reports for individual projects.

Usage

report_projects(
  data,
  essential_personnel = c("AKRegionDataTrustee", "AKRegionDataSteward",
    "AKRegionDataCustodian"),
  project_list = data$projectName,
  output_dir
)

Arguments

data

Imported mdJSON files.

essential_personnel

Essential personnel titles for projects.

project_list

List of projects that individual reports will be generated for.

output_dir

Directory that reports will be saved to.

Value

An html report containing project details.


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