# \donttest{
# Silent check (no messages) - requires internet connection
update_status <- check_data_update(silent = TRUE)
# Verbose check with connection verification
update_status <- check_data_update(silent = FALSE, check_connection = TRUE)
# Check without internet connection verification
update_status <- check_data_update(check_connection = FALSE)
# }
Run the code above in your browser using DataLab