Sign inSign up

johanngb/twitter

By johanngb

Updated about 6 years ago

Image
0

275

johanngb/twitter repository overview

This image provides an interactive Shiny App as well as data and scripts to reproduce the analyses in the paper "Social Media as an Alternative to Surveys of Opinions About the Economy" by Conrad, Gagnon-Bartsch, Ferg, Schober, Pasek, and Hou in Social Science Computer Review, found at https://journals.sagepub.com/doi/10.1177/0894439319875692

The code and data in this image are also provided on github at https://github.com/robynferg/Twitter_ICS

An example command to run the image is

docker run -it -p 127.0.0.1:80:80 --name twitter johanngb/twitter

Note in particular that the container will run a web server (for the Shiny app, etc), and that the "127.0.0.1" in the command above should be included to ensure that the web server in the container is only accessible from your own computer.

After running the scripts, you can then copy the contents of the container (including code, data, and the output from the scripts) with:

docker cp twitter:/home/docker/ .

Finally, you can remove the container:

docker container rm twitter

Tag summary

Content type

Image

Digest

Size

1.3 GB

Last updated

about 6 years ago

docker pull johanngb/twitter