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.

...

Additional parameters passed to gh::gh().

Value

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


[Package tidytuesdayR version 1.1.2 Index]