R Script should all be written in main.R
file.
- Main heading - surrounded with DOUBLE hashtags and full uppercase, e.g.
## DATA IMPORT ##
- Sub heading - surrounded with SINGLE hashtag, e.g.
# Remove unnecessary columns #
- Description of codelines - single hashtag on the left, e.g.
# get current directory
The original data frame is at the variable credit_risk_df_capped
.
For each individual section, please label with differnet suffix, e.g. credit_risk_df_capped_jj
.