Learn R Programming

SwimmeR (version 0.14.2)

Read_Results: Reads swimming and diving results into a list of strings in preparation for parsing with swim_parse

Description

Outputs list of strings to be processed by swim_parse

Usage

Read_Results(file, node = "pre")

read_results(file, node = "pre")

Value

returns a list of strings containing the information from

file. Should then be parsed with swim_parse

Arguments

file

a pdf, url or Hytek .hy3 file containing swimming results. Must be formatted in a "normal" fashion - see vignette

node

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

See Also

read_results is meant to be followed by swim_parse