# Mark IP addresses outside of the US
data(qualtrics_text)
df <- mark_ip(qualtrics_text)
# Remove preview data first
df <- qualtrics_text %>%
exclude_preview() %>%
mark_ip()
# Mark IP addresses outside of Germany
df <- qualtrics_text %>%
exclude_preview() %>%
mark_ip(country = "DE")
Run the code above in your browser using DataLab