flash_parse: Reads track and field results into a list of strings in...

Description Usage Arguments Value See Also

View source: R/flash_parse.R

Description

Outputs list of strings to be processed by tf_parse

Usage

1
2
3
4
5
6
flash_parse(
  flash_file,
  flash_rounds = rounds,
  flash_round_attempts = round_attempts,
  flash_split_attempts = split_attempts
)

Arguments

flash_file

a .pdf or .html file (could be a url) where containing track and field results. Must be formatted in a "normal" fashion - see vignette

flash_rounds

should tf_parse try to include rounds for jumping/throwing events? Defaults to FALSE

flash_round_attempts

should tf_parse try to include outcomes for rounds for vertical jumping events? Defaults to FALSE

flash_split_attempts

should round_attempts columns be split into individual attempts

Value

a data frame of track and field results

See Also

tf_parse is meant to be preceded by read_results


JumpeR documentation built on Nov. 17, 2021, 1:07 a.m.