add_aadt | R Documentation |
add average annual daily traffic to geocoded data
add_aadt(d, buffer_radius = 400)
d |
data.frame or tibble with columns called 'lat', 'lon' |
buffer_radius |
buffer radius in meters, defaults to 400 m |
the input dataframe, with lengths, vehicle meters for all vehicle types, and vehicle meters for trucks for both moving (interstates, freeways, and expressways) and stop-and-go (arterial roads) traffic.
if (FALSE) { d <- tibble::tribble( ~id, ~lat, ~lon, '55000100280', 39.2, -84.6, '55000100281', 39.2, -84.6, '55000100282', 39.2, -84.6) add_aadt(d) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.