Tidy together the 'tidied trips' and 'tidied locations' to generate trajectories within a trip

generate_trajectories(tidied_trips, tidied_locations, project_crs = 4326)

Arguments

tidied_trips

a data.frame from `tidy_cleaned_trips()`.

tidied_locations

a tibble from `tidy_cleaned_locations()`.

project_crs

a EPSG code. Default as 4326.

Value

a data.frame of class sf.