forked from CSOIreland/csodata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.77 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: csodata
Type: Package
Title: Download Data from the CSO 'PxStat' API
Version: 1.4.1
Date: 2023-02-21
Authors@R: c(
person("Eoin", "Horgan", email = "eoin.horgan@cso.ie", role = "aut", comment = c(ORCID = "0000-0002-3446-6154")),
person("Conor", "Crowley", email = "conor.crowley@cso.ie", role = c("aut", "cre")),
person("Vytas", "Vaiciulis", email = "Vytas.Vaiciulis@cso.ie", role = c("aut")),
person("Mervyn", "O'Luing", email = "mervyn.oluing@cso.ie", role = "aut"),
person("James", "O'Rourke", email = "james.orourke@cso.ie", role = "aut"))
Maintainer: Conor Crowley <conor.crowley@cso.ie>
Description: Imports 'PxStat' data in JSON-stat format and (optionally) reshapes it into wide
format. The Central Statistics Office (CSO) is the national statistical institute of Ireland
and 'PxStat' is the CSOs online database of Official Statistics. This database contains current
and historical data series compiled from CSO statistical releases and is accessed at
<http://data.cso.ie>.
The CSO 'PxStat' Application Programming Interface (API), which is accessed in this package, provides
access to 'PxStat' data in JSON-stat format at <http://data.cso.ie>.
This dissemination tool allows developers machine to machine access to CSO 'PxStat' data.
Imports: dplyr, httr, jsonlite, reshape2, rjstat, R.cache, sf, lubridate, tidyr, lifecycle
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Suggests: knitr, rmarkdown, leaflet, viridisLite
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-11 12:07:49 UTC; horgane
Author: Eoin Horgan [aut] (<https://orcid.org/0000-0002-3446-6154>),
Conor Crowley [aut, cre],
Vytas Vaiciulis [aut],
Mervyn O'Luing [aut],
James O'Rourke [aut]
Repository: CRAN
Date/Publication: 2020-03-12 13:30:02 UTC