R/DL_BetExplorer_season.R

#' DL_BetExplorer_season
#'
#' download one season for one league from www.betexplorer.com
#'
#' @export
#' @import tidyverse
#' @param div e.g. "DEU2"
#' @param url e.g. "http://www.betexplorer.com/soccer/germany/2-bundesliga-2015-2016/results"
#' @example div = "DEU2";url=DL_BetExplorer_data(div);url=url$URL[1]
#' @return tibble for one season and one league with all matches, results and bookmaker odds
#'

DL_BetExplorer_season = function(div,url){

}
tristanbains/rFootballAnalysis documentation built on May 8, 2019, 9:47 a.m.