Skip to content

Commit

Permalink
some last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikbuhl committed Jul 21, 2024
1 parent 326ce2a commit 016c85c
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 14 deletions.
4 changes: 2 additions & 2 deletions R/gen_jobs.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ gen_list_jobs <- function(database = c("genesis", "regio"),
...) {

gen_fun <- test_database_function(database,
error.input = T,
text = T)
error.input = TRUE,
text = TRUE)

if (length(database) != 1) {

Expand Down
2 changes: 1 addition & 1 deletion R/gen_modified_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ gen_modified_data <- function(code = "",
...) {

gen_fun <- test_database_function(database,
error.input = T,
error.input = TRUE,
text = verbose)

type <- match.arg(type)
Expand Down
4 changes: 2 additions & 2 deletions R/gen_qualitysigns.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ gen_signs <- function(database = c("all", "genesis", "zensus", "regio"),
...) {

gen_fun <- test_database_function(database,
error.input = T,
text = T)
error.input = TRUE,
text = TRUE)

res <- lapply(gen_fun, function(db){

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Cached objects are stored in the memory and do not persist across R sessions.

## Disclaimer

This package is in no way affiliated with the German Federal Statistical Office (Destatis). It is a simple wrapper providing R functions to access Destatis' API. The package authors are in no way responsible for the data that can be retrieved using its functions. The license of this package solely applies to its source code.
This package is in no way affiliated with the German Federal Statistical Office (Destatis) or the 'Verbund Statistische Ämter des Bundes und der Länder'. It is a simple wrapper providing R functions to access Destatis' API. The package authors are in no way responsible for the data that can be retrieved using its functions. The license of this package solely applies to its source code.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ sessions.
## Disclaimer

This package is in no way affiliated with the German Federal Statistical
Office (Destatis). It is a simple wrapper providing R functions to
access Destatis’ API. The package authors are in no way responsible for
the data that can be retrieved using its functions. The license of this
Office (Destatis) or the ‘Verbund Statistische Ämter des Bundes und der
Länder’. It is a simple wrapper providing R functions to access
Destatis’ API. The package authors are in no way responsible for the
data that can be retrieved using its functions. The license of this
package solely applies to its source code.
5 changes: 0 additions & 5 deletions tests/testthat/modified2/api/catalogue/modifieddata-40eb64.R

This file was deleted.

25 changes: 25 additions & 0 deletions tests/testthat/modified2/api/catalogue/modifieddata-c888c0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"Ident": {
"Service": "catalogue",
"Method": "modifieddata"
},
"Status": {
"Code": 0,
"Content": "erfolgreich",
"Type": "Information"
},
"Parameter": {
"username": "********************",
"password": "********************",
"selection": "61111",
"type": "Alle",
"date": "21.07.2024",
"pagelength": "100",
"language": "de",
"area": "Alle"
},
"List": [
null
],
"Copyright": "© Statistisches Bundesamt (Destatis), 2024"
}

0 comments on commit 016c85c

Please sign in to comment.