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

Description Usage Arguments Value See Also Examples

View source: R/read_results.R

Description

Outputs list of strings to be processed by tf_parse

Usage

1
read_results(file, node = "pre")

Arguments

file

a .pdf or .html file (could be a url) where containing swimming track and field results. pdfs with multiple columns will not work.

node

a CSS node where html results are stored. Required for html results. Default is "pre", which nearly always works.

Value

returns a list of strings containing the information from file. Should then be parsed with tf_parse

See Also

read_results is meant to be followed by tf_parse

Examples

1
read_results("https://www.flashresults.com/2018_Meets/Outdoor/05-05_A10/015-1.pdf")

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