knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
UNDER CONSTRUCTION - Come back later... =D
The goal of statbanker is to download data from the CSO's PxStat Open Data Database.
You can install the development version of statbanker from GitHub with:
# install.packages("pak") pak::pak("xprimexinverse/statbanker")
This is a basic example which shows you how to solve a common problem:
library(statbanker) NAQ01 <- getStatBankData("NAQ01", type = "px") NAQ01_TS <- px2ts(NAQ01) plot.ts(NAQ01_TS[,2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.