Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xprimexinverse/statbanker

Repository files navigation

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")
#> *** METADATA ***
#> CSO Table =  NAQ01 
#> TITLE =  Expenditure on GNP and Percentage change on Expenditure on GNP at Constant Market Prices - Sectors and Quarter 1995Q1 - 2024Q2 
#> UNITS =  Euro Million 
#> SOURCE =  Central Statistics Office, Ireland 
#> DATABASE =  
#> CREATION DATE =  
#> LAST UPDATED =  20240905 11:00 
#> FILE ADDRESS =  https://ws.cso.ie/public/api.restful/PxStat.Data.Cube_API.ReadDataset/NAQ01/PX/2013/
NAQ01_TS <- px2ts(NAQ01) 
#> The following `from` values were not present in `x`: dat
plot.ts(NAQ01_TS[,2])

About

R package for retrieving data from CSO PxStat

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages