Skip to contents

Downloads the latest gao_links.rds from the package's GitHub Releases and caches it locally. Subsequent calls to gao_links() will use the updated data. Uses base R download.file() — no curl-impersonate needed.

Usage

gao_update_data(quiet = FALSE)

Arguments

quiet

Logical. Suppress progress messages (default: FALSE).

Value

Invisible path to the cached RDS file.

Examples

if (FALSE) { # \dontrun{
gao_update_data()
gao_links()  # now returns the latest data
} # }