A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cran.r-project.org/web/packages/sitar/../rmarkdown/../aebdata/vignettes/exploring-data.R below:

## ----include = FALSE---------------------------------------------------------- knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) ## ----setup-------------------------------------------------------------------- library(aebdata) ## ----list-themes, eval = FALSE------------------------------------------------ # list_themes() ## ----list-themes-knit, echo = FALSE------------------------------------------- list_themes() |> knitr::kable(format = "html") ## ----list-series, eval = FALSE------------------------------------------------ # list_series(theme_id = c(41,49)) ## ----list-series-knit, echo = FALSE------------------------------------------- list_series(theme_id = c(41,49)) |> knitr::kable(format = "html") ## ----get-series--------------------------------------------------------------- downloaded_series <- get_series(series_id = c(240, 241)) ## ----download-141, eval = FALSE----------------------------------------------- # head(downloaded_series$`240`) ## ----download-141-knit, echo = FALSE------------------------------------------ head(downloaded_series$`240`) |> knitr::kable(format = "html")

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4