makeDetailedOccupationBarChart | R Documentation |
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.
makeDetailedOccupationBarChart(pivottedData, ...) makeOccupationBarChart(occData)
pivottedData |
Occupational data returned from |
... |
Parameters passed to getOccupationData(), must include both and project,env |
occData |
The occupational data returned from |
ggplot object of barplot ready for displaying or saving with ggsave.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.