I am trying to reproduce results of an R script
on my local Windows OS
(reproduce the results which it gave on kaggle server). For this someone suggested to use docker images
to run r script on my local.
I have installed docker and finished the steps to set it up by following instructions given here https://docs.docker.com/windows/step_one/
After installing, I am struggling with on how to create the kaggle R image and run an R script on my local using local resources/data. Can someone please help me with these?