Return the traveller information for given journey id

document_traveller(journey_id, tidy = TRUE)

Arguments

journey_id

Journey global unique identifier to look up in the elasticsearch (see document_journey).

tidy

Tidy the results into a nested tibble DEFAULT: TRUE.

Value

tibble.

Examples

# Search for traveller.
if (FALSE) {
document_traveller(journey_id ="adams_j_1823")
}