diff --git a/docs/articles/Introduction.html b/docs/articles/Introduction.html index 4fd457b..9e6f559 100644 --- a/docs/articles/Introduction.html +++ b/docs/articles/Introduction.html @@ -187,10 +187,7 @@

Data Processing

-# Filter the trips data to include only weekday trips
-weekday_trips <- process_filter_by_shape(trips_data)
-
-# Calculate the average trip duration
+# Calculate the average trip duration
 average_duration <- process_get_travelwaittime_by_mainmode(weekday_trips)

Feel free to explore the different processing functions available in the package to suit your specific analysis requirements.