This repository contains the source code for processing, simulating, and analyzing data to make Cricket World Cup 2023 predictions.
Under every folder there are 2 main files, __auto.R and __.CSV.
__.CSV contains the information for all the players obtained through webscraping.
__auto.R contains the code to run the algorithm and outputs the total number of runs against all the other teams.
Look at indauto.R and you will get it. This file has the function called (f) which runs the algorithm and is called in other teams' files.