# \donttest{
# Get just the URL - requires internet connection
url <- get_latest_reptile_download()
# Get detailed information
info <- get_latest_reptile_download(return_info = TRUE)
# Search for specific file types
zip_url <- get_latest_reptile_download(file_types = "zip")
# Search for files from a specific year
url_2024 <- get_latest_reptile_download(current_year = 2024)
# }
Run the code above in your browser using DataLab