powered by
tf_parse
Outputs list of strings to be processed by tf_parse
read_results(file, node = "pre")
a .pdf or .html file (could be a url) where containing swimming track and field results. pdfs with multiple columns will not work.
a CSS node where html results are stored. Required for html results. Default is "pre", which nearly always works.
returns a list of strings containing the information from file. Should then be parsed with tf_parse
file
read_results is meant to be followed by tf_parse
read_results
# NOT RUN { read_results("https://www.flashresults.com/2018_Meets/Outdoor/05-05_A10/015-1.pdf") # } # NOT RUN { # }
Run the code above in your browser using DataLab