get_trip_geometry()
raises an error with default file
argument if shapes
or stop_times
doesn't exist
#29
Labels
get_trip_geometry()
raises an error with default file
argument if shapes
or stop_times
doesn't exist
#29
Use
NULL
instead ofc("shapes", "stop_times")
as default, and ifNULL
do not raise an error if one of the files doesn't exist (but raise one if none of them exist).The text was updated successfully, but these errors were encountered: