generate_tidy_pbp | R Documentation |
Converts the play by play sheet from the IFH site to a tidy table
generate_tidy_pbp(
input,
two_min = "2-minutes suspension",
match_id_pattern = "Match No: ",
differentiate_gender = FALSE,
columns_in_spanish = FALSE,
gender = "M"
)
input |
Path of the Play by Play PDF file |
two_min |
How the 2 minutes suspension is described |
columns_in_spanish |
By default, the language is english. If TRUE, the colnames will be in spanish |
Una data.table with the play by play of the game in tidy format (one observation per row)
generate_tidy_pbp('01pbp.pdf')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.