Description Usage Arguments Value Examples
View source: R/flash_parse_table.R
Used in scraping flashresults.com. Collects results given in html tables on a specified page into a data frame.
1 2 3 | flash_parse_table(link, wide_format = FALSE, clean = FALSE)
get_results_table(link, wide_format = FALSE, clean = FALSE)
|
link |
a link to an event landing page on flashresults.com |
wide_format |
should results be presented in wide format (defaults to |
clean |
should results be cleaned by |
returns a data frame of results scraped from link
1 | flash_parse_table("https://www.flashresults.com/2019_Meets/Outdoor/06-13_NBNO/067-4_compiled.htm")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.