R/globals.R

if(getRversion() >= "3.1.0") {
  utils::globalVariables(
    c(
      '.',
      'agency_id',
      'color',
      'df_name',
      'field_provided_status',
      'field_spec',
      'field',
      'file_provided_status',
      'file_spec',
      'lat',
      'lng',
      'loc_lat',
      'loc_lng',
      'n',
      'opacity',
      'popups',
      'route_id',
      'route_short_name',
      'service_id',
      'shape_id',
      'shape_pt_lat',
      'shape_pt_lon',
      'shape_pt_sequence',
      'spec',
      'stop_id',
      'stop_lat',
      'stop_lon',
      'stop_name',
      'trip_id',
      'validation_details',
      'validation_status',
      'provided_status',
      'loc_lat',
      'loc_lng',
      'median_headways', 
      'mean_headways', 
      'st_dev_headways', 
      'stop_count',
      'bool',
      'start_date',
      'end_date',
      'weekday',
      'exception_type',
      'arrival_time_hms',
      'departure_time_hms'
    )
  )
}

Try the trread package in your browser

Any scripts or data that you put into this service are public.

trread documentation built on May 1, 2019, 10:14 p.m.