What is this repository about? There are several R workbooks as part of this folder. These are some pieces of short analysis that I worked as part of the IIM-L internship which I did back in 2017. As part of the internship, several HBR case studies were analysed. Unfortunaltely, the complete data files are not here, but there are several documents which would explain the cases and then you would find the codes too.
For running the code, you may follow the below steps:
- Run VSCode (or any other code editor) from Anaconda Command Prompt
- Make sure you are using a dedicated virtual environment and activate it, sample -
'''code conda create -n myenv python=3.7.3 '''
- Install or upgrade all packages from requirements.txt
conda install --file requirements.txt or pip install -r requirements.txt
You may need to add the full path of requirements.txt file depending on your pwd
Important links: