report_overview: Report overview of project metadata

View source: R/report_overview.R

report_overviewR Documentation

Report overview of project metadata

Description

Generates an html report showing details on all projects for a single program.

Usage

report_overview(
  data,
  contact_person = "principalInvestigator",
  essential_personnel = c("AKRegionDataTrustee", "AKRegionDataSteward",
    "AKRegionDataCustodian"),
  output_name,
  output_dir
)

Arguments

data

Imported mdJSON files.

contact_person

The role for the project's point of contact

essential_personnel

Essential personnel titles for projects.

output_name

Name to be given to the report generated.

output_dir

Directory that the report should be generated in.

Details

Reports contain a list of all projects, the number and types of data products, a searchable table of all ongoing project details, and a table of critical project personnel.

Value

An html report containing project details.


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