generate_tidy_pbp: Converts the play by play sheet from the IFH site to a tidy...

generate_tidy_pbpR Documentation

Converts the play by play sheet from the IFH site to a tidy table

Description

Converts the play by play sheet from the IFH site to a tidy table

Usage

generate_tidy_pbp(
  input,
  two_min = "2-minutes suspension",
  match_id_pattern = "Match No: ",
  differentiate_gender = FALSE,
  columns_in_spanish = FALSE,
  gender = "M"
)

Arguments

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

Value

Una data.table with the play by play of the game in tidy format (one observation per row)

Examples

generate_tidy_pbp('01pbp.pdf')

telaroz/handbaloner documentation built on Nov. 25, 2024, 2:18 p.m.