R/get_url_for_match_report.R

Defines functions get_url_for_match_report

Documented in get_url_for_match_report

#' Get url for match report
#' @inheritParams get_match_report
#'
get_url_for_match_report <- function(league, season, home_team, away_team) {

  glue::glue(
  "https://www.worldfootball.net/report/",
  {league}, "-", {season}, "-", {home_team}, "-", {away_team}
  )

}
kristian-bak/football documentation built on Oct. 8, 2022, 2:11 p.m.