Description Usage Format Examples
A dataset originally derived from thew USA Bureau of Labor Statistics. Data obtained in tabular form from https://datahub.io/core/employment-us but only a subset of columns was used here.
1 |
A tibble with 71 rows and 6 variables:
The year for which the employment values apply.
The total population of employable citizens.
The amount of citizens employed during the year.
The amount of citizens employed in the agricultural sector and those that were not
The amount of employable citizens that were unemployed during the year.
1 2 3 | # Here is a glimpse at the data
# available in `employment`
dplyr::glimpse(employment)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.