scanRepos {citation} | R Documentation |
scan repositories
Description
Scan repositories for existing CITATION.cff information
Usage
scanRepos(repos)
Arguments
repos |
character vector of repository urls or links to CITATION.cff files to be scanned |
Value
A list with CITATION.cff information collected from the provided repositories
Author(s)
Jan Philipp Dietrich
See Also
read_cff
Examples
scanRepos(c("https://github.com/magpiemodel/magpie",
"https://github.com/remindmodel/remind"))
[Package citation version 0.8.2 Index]