Learn R Programming

ghclass (version 0.1.0)

repo_get_readme: Low level function for retrieving the README of a GitHub Repository

Description

Low level function for retrieving the README of a GitHub Repository

Usage

repo_get_readme(repo, branch = "master")

Arguments

repo

Character. Address of repository in owner/name format.

branch

Character. Name of branch to use, defaults to "master".