Description Usage Format Examples
Filtered employment data by Retail Trade
1 |
An object of class tbl_ts
(inherits from tbl_df
, tbl
, data.frame
) with 357 rows and 3 columns.
1 2 3 4 5 6 | library(fabletools)
library(ggplot2)
autoplot(us_retail_employment, Employed) +
labs(y = "Persons (thousands)",
title = "Total employment in US retail")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.