Description Usage Arguments Value Examples
View source: R/get_opentransportmap_data.R
get_opentransportmap_data
| 1 2 | get_opentransportmap_data(plz, path, trafficvol_treshold = 1,
  mc.cores = parallel::detectCores() - 1)
 | 
| plz | a vector a German postcode for that the traffic data will be | 
| path | filepath where the informations are stored | 
| trafficvol_treshold | A threshold, which roads should be ignored, default is 1, due to the logarithmical transformation of the data | 
| mc.cores | how much cores should be used for parallelization, default is one core less your maximum number of detected cores. | 
a sfc object of the roads
| 1 | get_opentransportmap_data('80993')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.