Description Usage Arguments Examples
Build a data frame suitable for projecting WAR
1 2 3 4 5 | war_frame(year = max(Lahman::Batting$yearID), ...)
war_frame_pitchers(year = max(Lahman::Pitching$yearID), ...)
war_frame_batters(year = max(Lahman::Batting$yearID), ...)
|
year |
Predict until this year |
... |
Can pass logicals for the filter function |
1 2 3 4 | ## Not run:
test <- war_frame(1982)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.