Learn R Programming

nlmixr2rpt (version 0.2.2)

safe_text: Escapes Curly Braces for cli functions

Description

Converts curly braces to double curly braces in order to prevent interpertation with the cli package

Usage

safe_text(x)

Value

String with curly braces escaped

Arguments

x

String with curly braces

Examples

Run this code
safe_text("This string has curly {braces}")

Run the code above in your browser using DataLab