README.md

whatismypackage

Little game to check your knowledge about R packages, made with R Shiny. The main purpose of this app is fun, and train Shiny / R / Golem skills

Try the demo

The app is available on shinyapps.io. Note : it is not the last github version.

Installation

Install from GitHub

devtools::install_github("GabrielleDevaux/whatismypackage")

Getting Started

Launch the app locally.

library(whatismypackage)
whatismypackage::run_app('local')

Launch the app with an Ethercalc Room to share the scores. This solution was developped to have persistent data when the app is deployed on shinyapp.io.

library(whatismypackage)
whatismypackage::run_app("shinyappsio",  ec_host = "https://ethercalc.org", ec_room = ****************)

Acknowledgments



GabrielleDevaux/whatismypackage documentation built on July 2, 2019, 3:36 a.m.