R/setVehicleClass.R

#create Vehicle Class, which will contain a list of Trips

setClass("Vehicle",
         representation(
           Trips = "list"))
cmarkymark/SafeD documentation built on May 4, 2019, 3:07 a.m.