text_utils_glue: Various wrappers around 'glue::glue()' and 'cat()'.

text_utils_glueR Documentation

Various wrappers around glue::glue() and cat().

Description

Call glue() without trimming.

Call glue() without trimming and cat() the result.

Call glue() and coerce the result to character.

Call glue() without trimming and coerce the result to character.

Join a character vector by newlines and cat the result.

Usage

glue0(..., .envir = parent.frame())

catg0(..., .envir = parent.frame())

gluec(..., .envir = parent.frame())

glue0c(..., .envir = parent.frame())

catn(...)

Arguments

..., .envir

Passed to glue::glue().


bioinfocz/scdrake documentation built on Sept. 19, 2024, 4:43 p.m.