Description Usage Arguments Value
View source: R/collectGameUrls.R
Extract game urls from a rugbypass competition landing page. These urls identify an individual game and end in ".../stats/"
1 2 3 4 5 6 7 | collect_game_urls(
competitions,
years = NULL,
from = NULL,
to = NULL,
season = FALSE
)
|
competitions |
a vector of competitions to search, check |
years |
a vector of years ; cannot be used with from and to |
from |
a year to start searching from |
to |
a year to search until ; from and to must be used together |
season |
if set to |
returns a list of rugbypass.com game urls
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.