compile_android_settings: Build a map between GIDs and PIDs

View source: R/compile_android_settings.R

compile_android_settingsR Documentation

Build a map between GIDs and PIDs

Description

This is a small helper function to create suveys JSON files that guide the app behavior.

Usage

compile_android_settings(
  path,
  photoMode = "onlyfocal",
  entryMode = "permanent",
  photoNumber = "twolines",
  quietMode = "fifty"
)

Arguments

path

Path to RICH folder.

photoMode

For games like the PGG or SnowDrift, where the focal persons can either give or not, set to "onlyfocal". For games were the focal can give to anyone on the roster, set to "fullset".

entryMode

Set to "permanent" so that data cant be changed once saved. Set to "temporary" if saved data are allowed to be overwritten.

photoNumber

The app allows up to 9 total targets when set to "threelines", and 6 targets when set to "twolines". Three people per line.

quietMode

Set to "fifty" for some inspirational 50 cents quotes on start-up. Set to "dull" if you wanna be boring.


ctross/DieTryin documentation built on Sept. 8, 2024, 8:07 p.m.