knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ifwtrends

Automated update of the common category trend

ifwtrends is used to evaluate Google Trends data to support economic forecasts.

Installation

You can install the current version of ifwtrends from GitHub with:

# install.packages("remotes")

# If you want the package vignettes to be loaded during installation, use:
remotes::install_github("johannes97s/ifwtrends", build_vignettes = TRUE)

# If not, then use instead:
remotes::install_github("johannes97s/ifwtrends", build_vignettes = FALSE)

# If you want to use the development version, use:
remotes::install_github("johannes97s/ifwtrends@dev", build_vignettes = FALSE)

Example

Examples and a detailed introduction can be found in the (German) vignette.



johannes97s/ifwtrends documentation built on Oct. 9, 2022, 7:01 p.m.