launch: Launch betScrapeR shiny app

Description Usage Arguments Value Examples

Description

launch an interactive visualisation version of betScrapeR. It's structure is taken from a post by Dean Attali

Usage

1
launch(sport)

Arguments

sport

The name of sport for which an app available. Currently, the only accepted parameters are "horseRacing" and "tennis".

Value

No value is returned, but a seperate window for the app is launched.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
## Launch horse racing app
launch("horseRacing")
## Launch tennis app
launch("tennis")
## See a a list of accepted sports
launch()
## Note: An error message will appear on the app if you haven't installed
## the dependent packages or if you don't have a valid Betfair session token.

## End(Not run)

dashee87/betScrapeR documentation built on May 14, 2019, 6:12 p.m.