goodToken {spork} | R 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()
,
as_plotmath.greek()
,
as_plotmath.spar()
,
as_plotmath.spork()
,
concatenate.plotmath()
,
ggplot.plotmath()
,
plotmathToken()
Examples
goodToken('alpha')
goodToken('foo')
goodToken('\\$')
[Package spork version 0.3.5 Index]