tt_master_file {tidytuesdayR}R Documentation

Get Master List of Files from TidyTuesday

Description

Import or update dataset from github that records the entire list of objects from TidyTuesday

Usage

tt_master_file(force = FALSE, auth = gh::gh_token())

Arguments

force

force the update to occur even if the SHA matches

auth

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

Value

The tt master file, updated if necessary.


[Package tidytuesdayR version 1.2.1 Index]