Learn R Programming

tidytuesdayR (version 1.2.0)

tt_master_file: 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())

Value

The tt master file, updated if necessary.

Arguments

force

force the update to occur even if the SHA matches

auth

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