Parse the label part of a col_label

parse_label(x)

label_parse_label(x)

Arguments

x

a character string

Examples

parse_label("foo $\\mu$")
#> expression(`foo $\mu$` = paste("foo ", "", mu, , , , ""))