Creates a report in markdown format for a provided list of repositories and or CITATION.cff files.
cffReport(repos, file = NULL, sortBy = "title")
the report in markdown format
character vector of repository urls or links to CITATION.cff files to be scanned
character string naming a file the report should be written to. If NULL the report will be directly returned by the function.
category by which the report should sort its entries
Jan Philipp Dietrich