prepareWordBreak: Create word break opportunities (for HTML) using given...

View source: R/utils_interface.R

prepareWordBreakR Documentation

Create word break opportunities (for HTML) using given characters

Description

Create word break opportunities (for HTML) using given characters

Usage

prepareWordBreak(
  str,
  pattern = c(".", "-", "\\", "/", "_", ",", " ", "+", "="),
  html = TRUE
)

Arguments

str

Character: text

pattern

Character: pattern(s) of interest to be used as word break opportunities

html

Boolean: convert to HTML?

Value

String containing HTML elements


nuno-agostinho/psichomics documentation built on Feb. 11, 2024, 11:16 p.m.