Skip to contents

Uses the Raw GitHub API

Usage

raw_github(owner, repo, path, user = NULL, token = NULL, branch = "master")

Arguments

owner

User or Organization of the repo

repo

Repository name

path

Path to the file that you want to obtain

user

Your username (only required for private repos)

token

OAuth personal access token (only required for private repos)

branch

Name of the branch (defaults to 'master')