pabloGift: Open the quiz for Pablo's 2013 gift

Description Usage Arguments Details Value References Examples

Description

Opens the Shiny application that is the gift per se. It is a quiz, with better gift the better you perform.

Usage

1
pabloGift(port = 8100L, launch.browser = TRUE)

Arguments

port

The TCP port that the application should listen on. Defaults to port 8100. (Taken from runApp)

launch.browser

If TRUE, the system's default web browser will be launched automatically after the app is started.

Details

This function runs the Shiny application including in this package. It is basically a wrapper for runApp.

Value

The Shiny application is opened in your browser. To stop the function from running you have to cancel the command using ctrl + c or the equivalent shortcut in your system.

References

For more information on what a Shiny app is check http://www.rstudio.com/shiny/

Examples

1
2
3
4
5
6
## Not run: 
## Open the Shiny application
pabloGift()
## Remember to cancel the command to get back to the R console once you are done analyzing your own data.

## End(Not run)

lcolladotor/pablo2013 documentation built on May 20, 2019, 11:28 p.m.