document_traveller.Rd
Return the traveller information for given journey id
document_traveller(journey_id, 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.
# Search for traveller.
if (FALSE) {
document_traveller(journey_id ="adams_j_1823")
}