Description Usage Arguments Value Examples
Helper functie voor coordinaten conversie. Deze functie wordt gebruikt door add_lat_long
| 1 2 | coordinate_conversion(x, y, source_crs = "+init=EPSG:28992",
  goal_crs = "+init=EPSG:4326")
 | 
| x | x-coordinaat van de bron | 
| y | y-coordinaat van de bron | 
| source_crs | Coordinaten Referentie Systeem van de bron coordinaten. Default is RD-stelsel. | 
| goal_crs | Coordinaten Referentie Systeem van de doelcoordinaten. Default is WGS84. | 
Een dataframe met een long en een lat
| 1 2 3 4 5 | ## Not run: 
coordinate_conversion(x = 111111, y = 444444)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.