gh_get {tidytuesdayR} | R Documentation |
Get data from the tt github repo.
Description
Get data from the tt github repo.
Usage
gh_get(path, auth = gh::gh_token(), ...)
Arguments
path |
Path within the |
auth |
A GitHub token. See |
... |
Additional parameters passed to |
Value
The GitHub response as parsed by gh::gh()
.
[Package tidytuesdayR version 1.2.1 Index]