Code
g <- tidyverse_cran_downloads %>% dplyr::filter(package == "tidyquant") %>%
dplyr::ungroup() %>% time_decompose(count, method = "stl") %>% anomalize(
remainder, method = "iqr")
Message
frequency = 7 days
trend = 91 days
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.