Question 1 Create a Box Plot for employee satisfaction and last evaluation, each broken out by the variable left. This meaning that for each variable there will be two box plots, side by side, where each box will represent the same variable, but one filtered for left = 0, and the other left = 1

Question 2- Using the HR_comma_sep dataset, create a correlogram, only for continuous variables

##  num [1:5, 1:5] 1 0.105 -0.143 -0.02 -0.101 ...
##  - attr(*, "dimnames")=List of 2
##   ..$ : chr [1:5] "satisfaction_level" "last_evaluation" "number_project" "average_montly_hours" ...
##   ..$ : chr [1:5] "satisfaction_level" "last_evaluation" "number_project" "average_montly_hours" ...