gitextract_l_5jxohu/ ├── .gitignore ├── R/ │ ├── 00_biz_comment-decomment.R │ ├── 01_biz_if-else.R │ ├── 02_biz_function.R │ ├── 03_biz_complicated-conditions.R │ ├── 04_biz_simplify-conditions.R │ ├── 05_googledrive_is-parental.R │ ├── 06_biz_stopifnot.R │ ├── 07_get-some-data_before.R │ ├── 08_get-some-data_after.R │ ├── 09_googledrive_process-response.R │ ├── 10_biz_if-else-apalooza.R │ ├── 11_biz_S3.R │ ├── 12_biz_switch.R │ ├── 13_stringr_switch.R │ ├── 14_age_case-when.R │ └── 15_devtools_%||%.R ├── README.md ├── code-smells-and-feels.Rproj ├── resources/ │ └── code-smells.txt └── stackoverflow-survey/ ├── README.Rmd └── README.md