Skip to content

Huade/UN_IdealPoints

Repository files navigation

IdealPoints Data Visualization

This repo is an interactive data visualization project for Prof. Bailey.

overview

How to use

  1. Download the repo as a zip file (or clone it)

  2. Set the IdealPoints folder as the working directory in R.

  3. Change the API key in server.R to an active one (see email or register with plot.ly).

  4. Install the plotly package from GitHub

    # Install and load the devtools package. 
    install.packages("devtools")
    library("devtools")
    
    # install plotly
    install_github("ropensci/plotly")
  5. Call shiny inside R

    shiny::runApp()

About

UN Ideal Points data visualization project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published