|
2 | 2 | # See `README.md#r-markdown-format` for more information on the literate programming approach used applying the R Markdown format.
|
3 | 3 |
|
4 | 4 | # swissmuni: Download Municipality Data from the Swiss Federal Statistical Office's Web Services
|
5 |
| -# Copyright (C) 2023 Salim Brüggemann |
| 5 | +# Copyright (C) 2024 Salim Brüggemann |
6 | 6 | #
|
7 | 7 | # This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free
|
8 | 8 | # Software Foundation, either version 3 of the License, or any later version.
|
@@ -105,14 +105,14 @@ parse_result <- function(response,
|
105 | 105 | #'
|
106 | 106 | #' @includeRmd snippets/fso_vs_historicized_code.Rmd
|
107 | 107 | #'
|
108 |
| -#' @param start_date `r pkgsnip::param_label("start_date")` |
109 |
| -#' @param end_date `r pkgsnip::param_label("end_date")` |
| 108 | +#' @param start_date `r pkgsnip::param_lbl("start_date")` |
| 109 | +#' @param end_date `r pkgsnip::param_lbl("end_date")` |
110 | 110 | #' @param historicized_code By default, the [_FSO commune number_](https://de.wikipedia.org/wiki/Gemeindenummer) is returned. Set to `TRUE` in order to get the
|
111 | 111 | #' _historicization number_ instead.
|
112 |
| -#' @param use_cache `r pkgsnip::param_label("use_cache")` |
113 |
| -#' @param max_cache_age `r pkgsnip::param_label("max_cache_age")` Defaults to 1 day (24 hours). |
| 112 | +#' @param use_cache `r pkgsnip::param_lbl("use_cache")` |
| 113 | +#' @param max_cache_age `r pkgsnip::param_lbl("max_cache_age")` Defaults to 1 day (24 hours). |
114 | 114 | #'
|
115 |
| -#' @return `r pkgsnip::return_label("data")` |
| 115 | +#' @return `r pkgsnip::return_lbl("tibble")` |
116 | 116 | #' @export
|
117 | 117 | #'
|
118 | 118 | #' @examples
|
@@ -303,7 +303,7 @@ classifications <- function(start_date = NULL,
|
303 | 303 | #'
|
304 | 304 | #' A [tibble][tibble::tbl_df] with metadata of all possible `r this_pkg` package configuration options. See [pal::pkg_config_val()] for more information.
|
305 | 305 | #'
|
306 |
| -#' @format `r pkgsnip::return_label("data_cols", cols = colnames(pkg_config))` |
| 306 | +#' @format `r pkgsnip::return_lbl("tibble_cols", cols = colnames(pkg_config))` |
307 | 307 | #' @export
|
308 | 308 | #'
|
309 | 309 | #' @examples
|
|
0 commit comments