|
37 | 37 | #' columns (i.e., second and subsequent columns given in `columns`). The |
38 | 38 | #' formatting of values in different columns will be preserved upon merging. |
39 | 39 | #' |
40 | | -#' @inheritParams cols_align |
| 40 | +#' @inheritParams cols_hide |
41 | 41 | #' |
42 | 42 | #' @param columns *Columns to target* |
43 | 43 | #' |
@@ -291,7 +291,7 @@ cols_merge <- function( |
291 | 291 | #' uncertainties, and any columns specified in `col_uncert` are hidden from |
292 | 292 | #' appearing the output table. |
293 | 293 | #' |
294 | | -#' @inheritParams cols_align |
| 294 | +#' @inheritParams cols_hide |
295 | 295 | #' |
296 | 296 | #' @param col_val *Column to target for base values* |
297 | 297 | #' |
@@ -478,7 +478,7 @@ cols_merge_uncert <- function( |
478 | 478 | #' containing both values separated by an em dash. The column specified in |
479 | 479 | #' `col_end` is dropped from the output table. |
480 | 480 | #' |
481 | | -#' @inheritParams cols_align |
| 481 | +#' @inheritParams cols_hide |
482 | 482 | #' |
483 | 483 | #' @param col_begin *Column to target for beginning of range* |
484 | 484 | #' |
@@ -691,7 +691,7 @@ cols_merge_range <- function( |
691 | 691 | #' percentages (e.g., `12 (23.2%)`). The column specified in `col_pct` is |
692 | 692 | #' dropped from the output table. |
693 | 693 | #' |
694 | | -#' @inheritParams cols_align |
| 694 | +#' @inheritParams cols_hide |
695 | 695 | #' |
696 | 696 | #' @param col_n *Column to target for counts* |
697 | 697 | #' |
|
0 commit comments