Skip to content

Commit

Permalink
Update R/utils.R
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander Chlebowski <[email protected]>
Signed-off-by: kartikeya kirar <[email protected]>
  • Loading branch information
kartikeyakirar and chlebowa authored Sep 20, 2023
1 parent e94d5af commit 95a2ad7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,8 @@ padding_lst <- function(ft, indents) {
#' @param block_text `character` string containing the input block of text
#' @param n `integer` number of lines per block
#'
#' @return A list of character vectors, where each element is a smaller block of text
#' containing 'n' lines. If the input block of text has fewer lines than 'n', the
#' entire block is returned as a single element list.
#' @return
#' List of character strings with up to `n` lines in each element.
#'
#' @keywords internal
split_text_block <- function(x, n) {
Expand Down

0 comments on commit 95a2ad7

Please sign in to comment.