Learn R Programming

Ramble (version 0.1.1)

symbol: symbol creates a token for a symbol

Description

symbol creates a token for a symbol

Usage

symbol(xs)

Arguments

xs
takes in a string to create a token

See Also

Digit, Lower, Upper, Alpha, AlphaNum, SpaceCheck, String, ident, nat, space, token, identifier, natural

Examples

Run this code
symbol("[") ("  [123]")

Run the code above in your browser using DataLab