Learn R Programming

papaja (version 0.1.2)

svl: Strip Math Tags from Variable Labels or Strings

Description

Internal function to strip math tags from variable labels or strings. svl() returns the stripped variable label of x, if available. strip_math_tags returns the stripped character x.

Usage

svl(x, use_math = FALSE)

strip_math_tags(x)

Arguments

x

A (labelled) character string.