Make Spreadsheet attachment Creates an excel spreadsheet with individual-level results.

md_data_attachment(
  dois,
  df = cr_compliance_overview(get_cr_md(dois[is_metacheckable(dois)])),
  path = fs::file_temp(ext = "xlsx")
)

Arguments

dois

character, all submitted dois

df

compliance data from cr_compliance_overview()

path

a file name to write to

Value

path to the created file

Details

The spreadsheet includes these sheets:

  • cr_overview: Overview results

  • cc_license_check: Detailed results licensing check

  • tdm: Detailed results full text links and TDM

  • funder_info: Funding information from Crossref

  • pretest: Results of the pretest

See also

Other communicate: emailReport(), email, mcApp(), mcControls, report, runMetacheck()