flash_parse_table: Collects results from a link to a Flash Results page
Description
Used in scraping flashresults.com. Collects results given in html tables on a specified page into a data frame.
Usage
flash_parse_table(link, wide_format = FALSE, clean = FALSE)get_results_table(link, wide_format = FALSE, clean = FALSE)
Arguments
link
a link to an event landing page on flashresults.com
wide_format
should results be presented in wide format (defaults to FALSE
)
clean
should results be cleaned by flash_clean_events
? Default is FALSE
.
Value
returns a data frame of results scraped from link
Examples
Run this code# NOT RUN {
flash_parse_table("https://www.flashresults.com/2019_Meets/Outdoor/06-13_NBNO/067-4_compiled.htm")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab