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 rfordatascience/tidytuesday repo.

auth

A GitHub token. See gh::gh_token() for more details.

...

Additional parameters passed to gh::gh().

Value

The GitHub response as parsed by gh::gh().


[Package tidytuesdayR version 1.2.1 Index]