Description Usage Arguments Details Value References Examples
Opens the Shiny application that is the gift per se. It is a quiz, with better gift the better you perform.
| 1 | 
| port | The TCP port that the application should listen on. Defaults to port 8100. (Taken from runApp) | 
| launch.browser | If  | 
This function runs the Shiny application including in this package. It is basically a wrapper for runApp.
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.
For more information on what a Shiny app is check http://www.rstudio.com/shiny/
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.