From the course: Creating Maps with R

Unlock the full course today

Join today to access over 24,200 courses taught by industry experts.

Challenge: Geolocate all US state capitol buildings

Challenge: Geolocate all US state capitol buildings

From the course: Creating Maps with R

Challenge: Geolocate all US state capitol buildings

(upbeat music) - [Instructor] For this challenge, I would like you to geocode the addresses for all 50 state capitals of the USA. You will need to complete all stages of the data wrangling task from beginning to end. This means you'll need to import the data from the Excel file, geocode the addresses, convert your tibble into an SF object, and finally, visualize the state capitals with the mapview function from the mapview package. Please remember to use the 02_04b, our studio project that I've provided for this challenge. This will allow you to use relative file paths. I've also provided a script file with all of the necessary packages to complete this challenge.

Contents