You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: R/gen_api.R
+28-6Lines changed: 28 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
#' @description Low-level function to interact with the GENESIS API
4
4
#'
5
5
#' @param endpoint Character string. The endpoint of the API that is to be queried.
6
+
#' @param overwrite_url Character string. In certain cases it is required to set a custom URL for the respective API. By specifying the URL in this parameter, the API calls will be directed to this custom URL. But be aware, the URL has to lead to the same database (in this case: GENESIS), else there will be errors. Hence, use with caution.
7
+
#' @param ... Further parameters passed on to the final API call.
#' @description Low-level function to interact with the regionalstatistik.de API
52
59
#'
53
60
#' @param endpoint Character string. The endpoint of the API that is to be queried.
61
+
#' @param overwrite_url Character string. In certain cases it is required to set a custom URL for the respective API. By specifying the URL in this parameter, the API calls will be directed to this custom URL. But be aware, the URL has to lead to the same database (in this case: www.regionalstatistik.de), else there will be errors. Hence, use with caution.
62
+
#' @param ... Further parameters passed on to the final API call.
#' @description Low-level function to interact with the Zensus 2022 database
81
96
#'
82
97
#' @param endpoint Character string. The endpoint of the API that is to be queried.
98
+
#' @param overwrite_url Character string. In certain cases it is required to set a custom URL for the respective API. By specifying the URL in this parameter, the API calls will be directed to this custom URL. But be aware, the URL has to lead to the same database (in this case: Zensus 2022), else there will be errors. Hence, use with caution.
99
+
#' @param ... Further parameters passed on to the final API call.
0 commit comments