Skip to content

Commit

Permalink
Add comment about fmt_txt parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jul 12, 2023
1 parent 8471e60 commit d38adf7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ un_list <- function(x) {
#' | 238 | "EASTEUROPE_CHARSET" |
#' | 255 | "OEM_CHARSET" |
#'
# FIXME review the `fmt_txt.Rd`
# #' @param x a string or part of a string
#' @param bold bold
#' @param italic italic
Expand Down Expand Up @@ -469,6 +470,7 @@ fmt_txt <- function(

#' @rdname fmt_txt
#' @method as.character fmt_txt
# FIXME review the `fmt_txt.Rd`
# #' @param x an openxlsx2 fmt_txt string
#' @param ... unused
#' @examples
Expand All @@ -480,6 +482,7 @@ as.character.fmt_txt <- function(x, ...) {

#' @rdname fmt_txt
#' @method print fmt_txt
# FIXME review the `fmt_txt.Rd`
# #' @param x an openxlsx2 fmt_txt string
#' @param ... additional arguments for default print
#' @export
Expand Down

0 comments on commit d38adf7

Please sign in to comment.