Skip to content

Commit

Permalink
Added stadia API key
Browse files Browse the repository at this point in the history
  • Loading branch information
jackVanish committed Jan 3, 2024
1 parent 5be2090 commit 990db8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ install.packages('lubridate')

# GGmap - complimentary to ggplot2, which is in the Tidyverse
install.packages('ggmap')
#This is a temporarily available API key you can use for plotting StadiaMaps in ggmap this workshop. You SHOULD NOT rely on this key being available after the workshop.
ggmap::register_stadiamaps("b01d1235-69e8-49ea-b3bd-c35b42424b00")

# Plotly - Interactive web-based data visualization
install.packages('plotly')
Expand Down

0 comments on commit 990db8f

Please sign in to comment.