Learn R Programming

TreeTools (version 1.12.0)

Unquote: Remove quotation marks from a string

Description

Remove quotation marks from a string

Usage

Unquote(string)

Value

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

Arguments

string

Input string

Author

Martin R. Smith

See Also

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

Examples

Run this code
Unquote("'Hello World'")

Run the code above in your browser using DataLab