Learn R Programming

citation (version 0.8.2)

scanRepos: scan repositories

Description

Scan repositories for existing CITATION.cff information

Usage

scanRepos(repos)

Value

A list with CITATION.cff information collected from the provided repositories

Arguments

repos

character vector of repository urls or links to CITATION.cff files to be scanned

Author

Jan Philipp Dietrich

See Also

read_cff

Examples

Run this code
scanRepos(c("https://github.com/magpiemodel/magpie",
            "https://github.com/remindmodel/remind"))

Run the code above in your browser using DataLab