Skip to content

phillyo/intelligentsia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intelligentsia

Prerequisites

This shinyapp is using the geocode() function in the R package ggmap. In order for this to work on your computer, you will need to create an account on Google Cloud Platform and generate an API key to Google's Geocoding API.

Additionally, you will need to create a file keyring.R and store the register your key for Google's Geocoding API like so:

googleKey <- "your-API-key"
register_google(key = googleKey) #register for ggmap

This script is called by server.R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published