should_update_tt_master_file {tidytuesdayR} | R Documentation |
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())
Arguments
force |
force the update to occur even if the SHA matches |
auth |
A GitHub token. See |
Value
Boolean indicating whether the master file should be updated.
[Package tidytuesdayR version 1.2.1 Index]