R/email.R
md_data_attachment.RdMake 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")
)| dois | character, all submitted dois |
|---|---|
| df | compliance data from |
| path | a file name to write to |
path to the created file
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
Other communicate:
emailReport(),
email,
mcApp(),
mcControls,
report,
runMetacheck()