This repo is an interactive data visualization project for Prof. Bailey.
-
Download the repo as a zip file (or clone it)
-
Set the
IdealPointsfolder as the working directory in R. -
Change the API key in
server.Rto an active one (see email or register with plot.ly). -
Install the
plotlypackage from GitHub# Install and load the devtools package. install.packages("devtools") library("devtools") # install plotly install_github("ropensci/plotly")
-
Call
shinyinside Rshiny::runApp()
