powered by
Swim_Parse
Outputs list of strings to be processed by Swim_Parse
Read_Results(file, node = NULL)read_results(file, node = NULL)
read_results(file, node = NULL)
a .pdf or .html file (could be a url) where containing swimming results. Must be formatted in a "normal" fashion - see vignette
a CSS node where html results are stored. Required for html results.
returns a list of strings containing the information from x. Should then be parsed with Swim_Parse
x
Read_Results is meant to be followed by Swim_Parse
Read_Results
# NOT RUN { Read_Results("http://www.nyhsswim.com/Results/Boys/2008/NYS/Single.htm", node = "pre") # } # NOT RUN { # }
Run the code above in your browser using DataLab