Learn R Programming

tidytuesdayR (version 1.1.2)

gh_get: Get data from the tt github repo.

Description

Get data from the tt github repo.

Usage

gh_get(path, auth = gh::gh_token(), ...)

Value

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

Arguments

path

Path within the rfordatascience/tidytuesday repo.

...

Additional parameters passed to gh::gh().