Checks for new releases and updates local data if available.
Usage
update_bouncerdata(repo = "peteowen1/bouncerdata", data_dir = NULL)
Arguments
- repo
Character. GitHub repository.
- data_dir
Character. Data directory to update.
Value
Logical. TRUE if update was performed, FALSE if already up to date.
Examples
if (FALSE) { # \dontrun{
# Check for and apply updates
update_bouncerdata()
} # }