# \donttest{
if (curl::has_internet()) {
# Search for parties with "Democratic" in the name
lookup_party_url("Democratic")
# Search within a specific country
lookup_party_url("SPD", country = "DEU")
# Exact match
lookup_party_url("CDU", country = "DEU", exact = TRUE)
}
# }
Run the code above in your browser using DataLab