Chapter 6 Interactive component

6.1 D3 interactive Annual Salary Distribution

For job seekers who want to work in NYC but do not know about NYC salary level, this interactive part can help them to get a salary expectation. For job seekers who have a salary expectation but not sure apply for which category, this interactive part can help them to compare each category.

Click the button at the bottom to select the job category or view all you are interested in. If you want to know the specific quantity, you can hover the mouse on each bar.

To view standalone version, Please click : Interactive-annual-salary.html

6.2 Prefered skills of Engineer

Use wordcloud2 package to build this wordcloud. If you want to know the specific quantity, you can hover the mouse on each word.

## # A tibble: 87 x 2
##    word           freq
##    <chr>         <int>
##  1 experience      640
##  2 ability         403
##  3 design          358
##  4 knowledge       306
##  5 construction    262
##  6 strong          256
##  7 management      241
##  8 communication   231
##  9 project         204
## 10 excellent       200
## # ... with 77 more rows