if (FALSE) {
# Check detailed authentication status with default client name
status_details <- meetupr_auth_status()
# Check detailed authentication status with a specific client name
status_details <- meetupr_auth_status(client_name = "custom_client")
# Suppress output messages
status_details <- meetupr_auth_status(silent = TRUE)
}
Run the code above in your browser using DataLab