.
├── R
│   ├── README.md
│   ├── fetch_data.R
│   └── setup.R
├── data
│   └── README.md
├── doc
│   ├── README.md
│   ├── abstract.Rmd
│   └── poster.Rmd
├── .Rbuildignore
├── .gitignore
├── DESCRIPTION
├── HeartDiseaseExercise.Rproj
└── README.md

3 directories, 12 files