Learn R Programming

tidytuesdayR (version 1.2.0)

should_update_tt_master_file: Decide whether to update the master file

Description

Decide whether to update the master file

Usage

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

Value

Boolean indicating whether the master file should be updated.

Arguments

force

force the update to occur even if the SHA matches

auth

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