Unquote | R Documentation |
Remove quotation marks from a string
Unquote(string)
string |
Input string |
Unquote()
returns string
, with any matched punctuation marks
and trailing whitespace removed.
Martin R. Smith
Other string parsing functions:
EndSentence()
,
MorphoBankDecode()
,
RightmostCharacter()
Unquote("'Hello World'")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.