|
4 | 4 | #' |
5 | 5 | #' @param code a string with a maximum length of 15 characters. Code from a Genesis-Object. Only one code per iteration. |
6 | 6 | #' @param error.ignore a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
7 | | -#' @param ... Additional parameter of the Genesis API call. These parameters are only affecting the Genesis API call itself, no further processing. |
| 7 | +#' @param ... Additional parameters for the Genesis API call. These parameters are only affecting the Genesis call itself, no further processing. For more details see `vignette("additional_parameter")`. |
8 | 8 | #' |
9 | 9 | #' @return A list with all recalled elements from Genesis. Attributes are added to the dataframe describing the search configuration for the returned output. |
10 | 10 | #' @export |
@@ -73,7 +73,7 @@ gen_metadata_stats <- function(code = NULL, |
73 | 73 | #' |
74 | 74 | #' @param code a string with a maximum length of 15 characters. Code from a Genesis-Object. Only one code per iteration. "*"-Notation is possible. |
75 | 75 | #' @param error.ignore a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
76 | | -#' @param ... Additional parameter of the Genesis API call. These parameters are only affecting the Genesis API call itself, no further processing. |
| 76 | +#' @param ... Additional parameters for the Genesis API call. These parameters are only affecting the Genesis call itself, no further processing. For more details see `vignette("additional_parameter")`. |
77 | 77 | #' |
78 | 78 | #' @return A list with all recalled elements from Genesis. Attributes are added to the dataframe describing the search configuration for the returned output. |
79 | 79 | #' @export |
@@ -143,7 +143,7 @@ gen_metadata_var <- function(code = NULL, |
143 | 143 | #' |
144 | 144 | #' @param code a string with a maximum length of 15 characters. Code from a Genesis-Object. Only one code per iteration. |
145 | 145 | #' @param error.ignore a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
146 | | -#' @param ... Additional parameter of the Genesis API call. These parameters are only affecting the Genesis API call itself, no further processing. |
| 146 | +#' @param ... Additional parameters for the Genesis API call. These parameters are only affecting the Genesis call itself, no further processing. For more details see `vignette("additional_parameter")`. |
147 | 147 | #' |
148 | 148 | #' @return A list with all recalled elements from Genesis. Attributes are added to the dataframe describing the search configuration for the returned output. |
149 | 149 | #' @export |
@@ -210,7 +210,7 @@ gen_metadata_val <- function(code = NULL, |
210 | 210 | #' |
211 | 211 | #' @param code a string with a maximum length of 15 characters. Code from a Genesis-Object. Only one code per iteration. |
212 | 212 | #' @param error.ignore a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
213 | | -#' @param ... Additional parameter of the Genesis API call. These parameters are only affecting the Genesis API call itself, no further processing. |
| 213 | +#' @param ... Additional parameters for the Genesis API call. These parameters are only affecting the Genesis call itself, no further processing. For more details see `vignette("additional_parameter")`. |
214 | 214 | #' |
215 | 215 | #' @return A list with all recalled elements from Genesis. Attributes are added to the dataframe describing the search configuration for the returned output. |
216 | 216 | #' @export |
@@ -354,7 +354,7 @@ gen_metadata_tab <- function(code = NULL, |
354 | 354 | #' |
355 | 355 | #' @param code a string with a maximum length of 15 characters. Code from a Genesis-Object. Only one code per iteration. |
356 | 356 | #' @param error.ignore a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
357 | | -#' @param ... Additional parameter of the Genesis API call. These parameters are only affecting the Genesis API call itself, no further processing. |
| 357 | +#' @param ... Additional parameters for the Genesis API call. These parameters are only affecting the Genesis call itself, no further processing. For more details see `vignette("additional_parameter")`. |
358 | 358 | #' |
359 | 359 | #' @return A list with all recalled elements from Genesis. Attributes are added to the dataframe describing the search configuration for the returned output. |
360 | 360 | #' @export |
@@ -477,7 +477,7 @@ gen_metadata_cube <- function(code = NULL, |
477 | 477 | #' @param code string with a maximum length of 15 characters. Code from a Genesis-Object. Only one code per iteration. |
478 | 478 | #' @param category a string. Specific object-types: 'Cube', 'Statistic', "Table", "Variable" and 'Value'. The function needs a specified object type. |
479 | 479 | #' @param error.ignore a logical. Indicator if the function should stop if an error occurs or no object for the request is found or if it should produce a token as response. |
480 | | -#' @param ... Additional parameter of the Genesis API call. These parameters are only affecting the Genesis API call itself, no further processing. |
| 480 | +#' @param ... Additional parameters for the Genesis API call. These parameters are only affecting the Genesis call itself, no further processing. For more details see `vignette("additional_parameter")`. |
481 | 481 | #' |
482 | 482 | #' @return A list with all recalled elements from Genesis. Attributes are added to the dataframe describing the search configuration for the returned output. |
483 | 483 | #' @export |
|
0 commit comments