sanitize_for_DiagrammeR {justifier} | R Documentation |
Sanitize for DiagrammeR
Description
Basically a wrapper for gsub()
to sanitize a string for
DiagrammeR
Usage
sanitize_for_DiagrammeR(
x,
regExReplacements = justifier::opts$get("regExReplacements")
)
Arguments
x |
The string or vector |
regExReplacements |
A list of two-element character vectors; first element should be the element to search, and the second element, the replacement. |
Value
The sanitized character vector
Examples
justifier::sanitize_for_DiagrammeR("This is or isn't problematic");
[Package justifier version 0.2.6 Index]