An application to visualise the Freedom of Press Index, a deployed version is accessible at: johncoene.shinyapps.io/fopi-contest/
Pull the public image and run it.
docker pull jcoenep/fopiapp
docker run --rm -p 3000:3838 jcoenep/fopiappThen visit http://localhost:3000/.
Install the package from Github.
# install.packages("remotes")
remotes::install_github("news-r/fopi.app")Run the app.
fopi.app::run_fopi()