Learn R Programming

fitzRoy (version 0.3.2)

get_afltables_urls: Return match URLs for specified dates

Description

get_afltables_urls returns a character vector containing match URLs for the specified date range

Usage

get_afltables_urls(start_date, end_date = Sys.Date())

Arguments

start_date

character string for start date return to URLs from, in "dmy" or "ymd" format

end_date

optional, character string for end date to return URLS, in "dmy" or "ymd" format

Value

a character vector of match URL's between start_date and end_date

Details

This function returns match URLs for the specified date range. This will typically be used to pass to to scrape_afltables_match to return player match results.

Examples

Run this code
# NOT RUN {
get_afltables_urls("01/01/2018", end_date = "01/04/2018")
# }

Run the code above in your browser using DataLab