Parses spork. Converts length-one character
to vector of tokens. Explicit tokens include
*._^ and any of these escaped with
backslash, e.g. '\*'.
Backslash-n is an explicit token ('\n').
Backslash-backtick is an explicit token ('\`').
One or more consecutive whitespace characters are a single token,
as are one or more consecutive octothorpes (#).
Any string of characters delimited by
one or more of the above is implicitly
a token as well. As of version 0.2.6,
supported names of Greek letters are
tokens (see greek) possibly
bounded by backticks (to be interpreted literally).
Usage
# S3 method for spork
as_spar(x, ...)
Value
spar (character vector)
Arguments
x
length-one character using spork syntax
...
ignored arguments
See Also
Other spar:
as_plotmath.spar(),
as_spar(),
as_spar.default()