tree: f12bffdcf9dec1fcc639ddd4f5d2e771e3d08f9f [path history] [tgz]
  1. rappor-analysis/
  2. rappor-sim/
  3. README.md
apps/README.md

RAPPOR Shiny Apps

This directory contains web apps written using the Shiny web framework from RStudio.

To run them, first install Shiny:

$ R
...
> install.packages('shiny')
...

(You can view Shiny's platform requirements in CRAN.)

Then change to the app directory, and execute the run_app.sh script:

$ cd rappor/apps/rappor-analysis
$ ./run_app.sh
...
Listening on http://0.0.0.0.:6789

Visit http://localhost:6789/ in your browser.

This code has been tested on Ubuntu Linux, but should work on other platforms that Shiny supports.

Both of these apps use the underlying analysis code in analysis/R, just like the command line demo demo.sh does.

rappor-analysis

This app “decodes” a RAPPOR data set. In other words, you can upload the params, counts, and map files, and view the inferred distribution, as well as debug info.

These files are discussed in the RAPPOR Data Flow doc.

rappor-sim

This app lets you simulate RAPPOR runs with different populations and parameters. This can help you choose collection parameters for a given situation / variable.

Help

If you need help with these apps, please send a message to rappor-discuss.