flash_parse_table: Collects results from a link to a Flash Results page

View source: R/flash_parse_table.R

flash_parse_tableR Documentation

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

flash_parse_table("https://www.flashresults.com/2019_Meets/Outdoor/06-13_NBNO/067-4_compiled.htm")


gpilgrim2670/JumpeR documentation built on March 25, 2023, 4:57 p.m.