makeOccupationBarChart: Makes a bar chart for the Occupational Data Downloaded from...

View source: R/connectBQ.R

makeDetailedOccupationBarChartR Documentation

Makes a bar chart for the Occupational Data Downloaded from the Connect Data

Description

Makes a bar chart that from the Occupational Data in Connect.

makeOccupationBarChart() returns a bar chart displaying whether or not a job was coded to the top 4.

makeDetailedOccupationBarChart() returns a bar chart showing the count of the rank for all the Connect data. The count is slight lower in this plot because the first 324 jobs did not have the rank.

Usage

makeDetailedOccupationBarChart(pivottedData, ...)

makeOccupationBarChart(occData)

Arguments

pivottedData

Occupational data returned from pivotOccupationData.

...

Parameters passed to getOccupationData(), must include both and project,env

occData

The occupational data returned from getOccupationData.

Value

ggplot object of barplot ready for displaying or saving with ggsave.


Analyticsphere/ConnectAnalystR documentation built on March 10, 2023, 5:28 a.m.