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.
Examples
if (FALSE) { # \dontrun{
gao_update_data()
gao_links() # now returns the latest data
} # }
