Code with a lot of duplication is harder to understand, troubleshoot and maintain. The goal of this tutorial is help you remove duplication in your code by using functions that write for loops for you ...
Create a virtual environment (with Python and R) and activate it. In this case, I created it using anaconda: cd path/to/Airflow-R-tutorial conda create -n my_airflow_env r-essentials r-base conda ...