Look up the journey id for a give document

document_journey(guid_hash, tidy = TRUE)

Arguments

guid_hash

Journey global unique identifier to look up in the elasticsearch.

tidy

Tidy the results into a nested tibble DEFAULT: TRUE.

Value

tibble.

Examples

# Lookup the for journey.
if (FALSE) {
document_journey(guid_hash ="704016213cd70d8cdc58")
}