Skip to content

Commit

Permalink
update roxygen param for split_text_block
Browse files Browse the repository at this point in the history
  • Loading branch information
donyunardi committed Feb 16, 2024
1 parent d8ac80e commit 358c729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ padding_lst <- function(ft, indents) {
#' A single character string containing a text block of multiple lines (separated by `\n`)
#' is split into multiple strings with n or less lines each.
#'
#' @param block_text `character` string containing the input block of text
#' @param x `character` string containing the input block of text
#' @param n `integer` number of lines per block
#'
#' @return
Expand Down
4 changes: 2 additions & 2 deletions man/split_text_block.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 358c729

Please sign in to comment.