transform_char: Transform text

View source: R/utilities.R

transform_charR Documentation

Transform text

Description

Transform a text to upper case and maybe append some text at front of the beginning or at the end

Usage

transform_char(var = NULL, pre = "", post = "", toUpper = TRUE)

Arguments

var

(string) Text that should be transformed

pre

(string) Text that should be appended in front

post

(string) Text that should be appended at the end

toUpper

(logical) Should the text be transformed to upper case?


R-package/styledTables documentation built on Feb. 6, 2024, 2:21 a.m.