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

statbanker

statbanker website

UNDER CONSTRUCTION - Come back later... =D

The goal of statbanker is to download data from the CSO's PxStat Open Data Database.

Installation

You can install the development version of statbanker from GitHub with:

# install.packages("pak")
pak::pak("xprimexinverse/statbanker")

Example

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])


xprimexinverse/statbanker documentation built on Sept. 27, 2024, 8:50 a.m.