document_countries.RdLook up the countries that the journey went through
document_countries(guid_hash, tidy = TRUE)Journey global unique identifier to look up in the elasticsearch (see document_journey).
Tidy the results into a nested tibble DEFAULT: TRUE.
tibble.
# Lookup the for journey.
if (FALSE) {
document_countries(guid_hash ="704016213cd70d8cdc58")
}