github_download: Download a single file from GitHub, or get list of files

Description Usage Arguments

View source: R/github.R

Description

Download a single file from GitHub, or get list of files

Usage

1
2
github_download(repo, path = "/README.md", branch = "master",
  auth_token = NULL, raw = FALSE, action = "download")

Arguments

repo

repository, specified as '"owner/repo"'

path

path to file

branch

git branch

auth_token

authentication token for GitHub private repositories

raw

return the raw response from GitHub

action

either 'download' or 'ls' (to list files)


ronkeizer/PKPDsim documentation built on May 27, 2019, 1:50 p.m.