Skip to contents

Print the prior table

Usage

ov_print_history_table(history_table, team, setter_id)

Arguments

history_table

data.frame: the prior_table component of the object returned by ov_create_history_table()

team

string: team name

setter_id

string: setter_id

Examples

hist_dvw <- ovdata_example("NCA-CUB")
history_table <- ov_create_history_table(dvw = hist_dvw, attack_by = "zone")
team = history_table$prior_table$team[1]
setter_id = history_table$prior_table$setter_id[1]
ov_print_history_table(history_table, team, setter_id)
#> Warning: Since gt v0.6.0 `fmt_missing()` is deprecated and will soon be removed.
#>  Use `sub_missing()` instead.
#> This warning is displayed once every 8 hours.
#> Warning: Since gt v0.9.0, the `colors` argument has been deprecated.
#>  Please use the `fn` argument instead.
#> This warning is displayed once every 8 hours.
3 4 2 8 9
1
Perfect . 1.00 1.0 . .
Good 0.33 0.33 . . .
Poor 1.00 1.00 1.0 . .
3
Perfect 1.00 . . . .
Good 0.67 1.00 1.0 . .
Poor . 0.00 . 0 .
4
Perfect 1.00 . 0.5 . .
Good 0.00 0.50 0.0 . 0.67
Poor . 0.00 . . .
5
Perfect 1.00 0.50 1.0 . .
Good 0.50 0.75 0.5 . .
2
Good 1.00 0.33 . . .
Poor . 1.00 . . .
6
Good 1.00 . 0.5 . .
Poor . 1.00 . . .