goodToken: Test Whether Token is Parseable

View source: R/plotmath.R

goodTokenR Documentation

Test Whether Token is Parseable

Description

Tests whether token is Parseable

Usage

goodToken(x, ...)

Arguments

x

length-one character

...

ignored arguments

Value

logical

See Also

Other plotmath: [.plotmath(), [[.plotmath(), as.expression.plotmath(), as.png.plotmath(), as_plotmath.spar(), as_plotmath.spork(), as_plotmath(), concatenate.plotmath(), ggplot.plotmath(), plotmathToken()

Examples

goodToken('alpha')
goodToken('foo')
goodToken('\\$')

spork documentation built on Sept. 16, 2023, 9:06 a.m.

Related to goodToken in spork...