yearly_change | R Documentation |
Transforms absolute values to yearly change
yearly_change(data)
tibble |
data to be transformed |
tibble
## Not run:
yearly_change(data = robonomistClient::data("StatFin/kan/ntp/statfin_ntp_pxt_132h.px", tidy_time = TRUE) %>%
filter(str_detect(Taloustoimi, "B1GMH")) %>%
filter(Tiedot %in% c("Kausitasoitettu ja työpäiväkorjattu sarja, viitevuosi 2015, miljoonaa euroa")))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.