I put together a simple little app showing a Leaflet map with the locations where all the players who participated in the 2018 FIFA World Cup were born. You can filter down to a specific team using the dropdown on the top right of the page. Clicking on a flag will provide a pop-up with pictures and information about the player, along with a link to their Wikipedia page if they have one.
https://allezcannes.shinyapps.io/Soccer_squads/
All data was scraped from Wikipedia, and then looking up the lat/long coordinates of their birthplace using GoogleMaps's API. Note that some of the Saudi, Iranian, and South Korean players didn't have their birthplace indicated at the time the data was scraped, so those players were placed in the middle of their countries.
My code for the app and for extracting the information from Wikipedia and getting the lat/long coordinates of their birthplace is here: https://rstudio.cloud/project/167480