Learn R Programming

tidytuesdayR (version 1.2.0)

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.

auth

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

...

Additional parameters passed to gh::gh().