Learn R Programming

JumpeR (version 0.3.0)

flash_year_links: Collects all meet links from a given year on Flash Results

Description

Used in scraping flashresults.com. Collects meet names, dates, and locations along with a link the the associated results landing page.

Usage

flash_year_links(flash_year)

year_links(flash_year)

Arguments

flash_year

a link to a year landing page on flashresults.com

Value

returns a data frame with meet names, dates, locations, and links to flash results

Examples

Run this code
# NOT RUN {
flash_year_links("https://flashresults.com/2015results.htm")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab