Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data import from data.statistik.gv.at #11

Merged
merged 68 commits into from
Aug 9, 2021
Merged
Changes from 1 commit
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
ecc01ac
start feature: add opendata-functionality
bernhard-da Jul 9, 2021
40abe23
Set aggregation-function to NA
GregorDeCillia Jul 9, 2021
1bec67f
adapt time parser for od_table()
GregorDeCillia Jul 9, 2021
a0f6f47
add $tabulate() as method
GregorDeCillia Jul 9, 2021
1a85062
od_version() -> sc_version()
GregorDeCillia Jul 9, 2021
3257bd1
report version at time of request/parse
GregorDeCillia Jul 9, 2021
dc72e06
show first field per default in $field()
GregorDeCillia Jul 9, 2021
a95df32
improve parser for ogd attribute descriptions
GregorDeCillia Jul 12, 2021
bd22451
whoops
GregorDeCillia Jul 12, 2021
3da3d97
don't use read_delim() with factors
GregorDeCillia Jul 12, 2021
80852ed
read colons (:) as NA
GregorDeCillia Jul 12, 2021
fb5f851
german -> english
bernhard-da Jul 12, 2021
124829c
text-wrapping in od_table.print
GregorDeCillia Jul 13, 2021
1565c59
improve checks for httr response
GregorDeCillia Jul 13, 2021
6a9c4c6
add more datasets ids in od_table docs
GregorDeCillia Jul 13, 2021
1179486
refactor od_create_data
GregorDeCillia Jul 13, 2021
b694c6a
helper function od_json_get()
GregorDeCillia Jul 13, 2021
cadc8b1
minimize dependencies
GregorDeCillia Jul 13, 2021
cd1c8ab
add @bernhard-da as contributor
GregorDeCillia Jul 13, 2021
5b0a2ec
don't allow ids starting with OGDEXT
GregorDeCillia Jul 13, 2021
5d78b2a
import english labels
GregorDeCillia Jul 13, 2021
8039602
add language option in od_table()
GregorDeCillia Jul 13, 2021
25df14f
allow users to specify total codes
GregorDeCillia Jul 14, 2021
6085693
od_json_get: check id for "OGD_" prefix
GregorDeCillia Jul 14, 2021
ce5af0f
rvest -> xml2
GregorDeCillia Jul 14, 2021
fbde751
update json parser
GregorDeCillia Jul 15, 2021
80b82d2
generate checksums with tools::md5sum()
GregorDeCillia Jul 15, 2021
b1503a0
always use strngsAsFactors=FALSE
GregorDeCillia Jul 15, 2021
b47d93e
provide unlabelled data in $data_raw
GregorDeCillia Jul 15, 2021
1d59e92
refactor od_tabulate()
GregorDeCillia Jul 15, 2021
f66418f
remove $render()
GregorDeCillia Jul 15, 2021
1a6bf96
update documentation of od_table()
GregorDeCillia Jul 15, 2021
c0cb651
avoid NOTE in R CMD check
GregorDeCillia Jul 15, 2021
dd0b756
don't \dontrun{} od_tabulate() examples
GregorDeCillia Jul 15, 2021
20a1ab7
od_tabulate(): raw, parse_time
GregorDeCillia Jul 16, 2021
4506baf
partial matching: $field(), $total_codes()
GregorDeCillia Jul 16, 2021
dd7675c
allow empty patterns in od_match
GregorDeCillia Jul 17, 2021
09267c4
document caching behavior
GregorDeCillia Jul 20, 2021
1fcf73e
roxygenize
GregorDeCillia Jul 20, 2021
4cf6bbf
od_tabulate(): recode zeros
GregorDeCillia Aug 4, 2021
b797313
od_table()$header
GregorDeCillia Aug 4, 2021
da8f4ae
add base class sg_data for od_table
GregorDeCillia Aug 5, 2021
b0bcc51
data.frame implementation for sc_data
GregorDeCillia Aug 5, 2021
b827555
adaptations for devtools::check()
GregorDeCillia Aug 5, 2021
33cc4f1
sc_table: inherit from sc_data
GregorDeCillia Aug 5, 2021
617403a
version bump: 0.2.1
GregorDeCillia Aug 6, 2021
f175b95
advanced printing with tibble
GregorDeCillia Aug 6, 2021
14a9a53
update roxygen docs
GregorDeCillia Aug 6, 2021
78072f7
namespace tweaks for tibble printing
GregorDeCillia Aug 6, 2021
b8f430e
document missing param in sc_tabulate()
GregorDeCillia Aug 6, 2021
45c6368
sc_data_class -> sc_data, data_raw -> data
GregorDeCillia Aug 9, 2021
7b92833
document od_table class
GregorDeCillia Aug 9, 2021
c1917b7
document sc_table_class
GregorDeCillia Aug 9, 2021
8b59c68
add unique param to od_list()
GregorDeCillia Aug 9, 2021
5bf5bde
advanced printing of od_resources
GregorDeCillia Aug 9, 2021
4737336
updata od_tabulate examples
GregorDeCillia Aug 9, 2021
5a44143
don't show messages for ommited levels
GregorDeCillia Aug 9, 2021
26380bc
fix documentation typo
GregorDeCillia Aug 9, 2021
fafc844
update roxygen generated files
GregorDeCillia Aug 9, 2021
9d0f694
add roxygen generated files for R6 classes
GregorDeCillia Aug 9, 2021
14d8746
add roxygen docs for sc_table_class
GregorDeCillia Aug 9, 2021
6c43089
od_table$new() -> od_table()
GregorDeCillia Aug 9, 2021
6bcf6e0
param add_totals for table_custom
GregorDeCillia Aug 9, 2021
169e294
skip example that demonstrates annotations
GregorDeCillia Aug 9, 2021
e12f992
add github.io to DESCRIPTION -> url
GregorDeCillia Aug 9, 2021
5182442
version -> 0.2.2
GregorDeCillia Aug 9, 2021
dc5582f
define sc_tabulate() for class sc_data
GregorDeCillia Aug 9, 2021
4bcd075
fix broken @example
GregorDeCillia Aug 9, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add github.io to DESCRIPTION -> url
  • Loading branch information
GregorDeCillia committed Aug 9, 2021
commit e12f99278f980dd32aad410dac935c7164a1df49
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Suggests:
rstudioapi,
xml2,
pillar
URL: https://github.com/statistikat/STATcubeR
URL: https://statistikat.github.io/STATcubeR,
https://github.com/statistikat/STATcubeR