Learn R Programming

TreeTools (version 1.6.0)

Unquote: Remove quotation marks from a string

Description

Remove quotation marks from a string

Usage

Unquote(string)

Arguments

string

Input string

Value

Unquote() returns string, with any matched punctuation marks and trailing whitespace removed.

See Also

Other string parsing functions: EndSentence(), MorphoBankDecode(), RightmostCharacter()

Examples

Run this code
# NOT RUN {
Unquote("'Hello World'")
# }

Run the code above in your browser using DataLab