Learn R Programming

JumpeR (version 0.3.0)

flash_rebuild_event_table: Rebuilds tables that rvest::html_table can't parse inside of flash_parse_table

Description

Extracts individual td and th elements from html tables on Flash Results that cannot be parsed by codervest::html_table (due to formatting issues in the html code)

Usage

flash_rebuild_event_table(event_url_rebuild)

Arguments

event_url_rebuild

a link to an event page on flashresults.com

Value

returns a data frame of event results

See Also

rebuild_event_table is a helper function inside flash_parse_table