parse_stage_pdf: Parse Stage Race PDFs

Description Usage Arguments Warning Examples

View source: R/stage_parser.R

Description

Parses results from stage race standings PDFs, i.e. the PDFs with cumulative results from multiple stages.

Usage

1

Arguments

file

character; file path to PDF

Warning

For PDFs that only contain results from 1-2 days of a stage race, I have found that this function will garble the within stage rank columns somewhat. In my limited testing, the results are typically repairable with minimal work.

Examples

1
2
3
4
5
## Not run: 
pdf <- system.file("example_pdfs/stage_example1.pdf",package = "fispdfparsr")
stg <- parse_stage_pdf(file = pdf)

## End(Not run)

joranE/fispdfparsr documentation built on Sept. 6, 2021, 9:23 p.m.