Skip to contents

Get README from GitHub

Usage

github_readme(repo)

Arguments

repo

The URL of the repository (in the format "username/repo" or "https://github.com/username/repo")

Value

a character string of the README contents

Examples

if (FALSE) { # \dontrun{
github_readme("scienceverse/metacheck")
} # }