Unquote {TreeTools} | R Documentation |
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.
Author(s)
Martin R. Smith
See Also
Other string parsing functions:
EndSentence()
,
MorphoBankDecode()
,
RightmostCharacter()
Examples
Unquote("'Hello World'")
[Package TreeTools version 1.12.0 Index]