datavolleyXtra is a supplementary to https://github.com/openvolley/datavolley.
-
Parsing additions
-
Tables
-
Plots
You can install the development version of datavolleyXtra from GitHub with:
# install.packages("devtools")
devtools::install_github("tyler-widdison/datavolleyXtra")
library(datavolleyXtra)
#> Loading required package: magrittr
df <- dv_readXtra("dvws")
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
#> Joining with `by = join_by(x)`
#> Joining with `by = join_by(team, player_name)`
-
set_player
-
Player
-
opponent
-
reception_quality
-
dig_quality
-
setter_position
-
filename
-
date
-
dashboards
-
plots
-
+ more!
#rec_app(df)
#rec_table(df, 'Purdue')
#rec_end_zone(df, 'Purdue')