Skip to contents

Simulate a date of work for a single taxi driver.

Usage

simulate_trips(conn, start_points, model = NULL)

Arguments

conn

Duckdb connection to NycTrips and PointMeanDistance tables.

start_points

A data.table with the initial trips of each simulation.

model

A tidymodels workflow.

Value

A data.table.