Description Usage Arguments Details Value Note Author(s) See Also Examples
Unquote an SQL encoded string
1 |
str |
string that has been quote escaped for SQL |
res <- RMonetUnQuote("\' escaped\& string \t") print(res)
Returns true or false
Not much to note here.
Piers Harding
RMonet, RMonetConnect, RMonetGetInfo, RMonetQuery, RMonetLoadDataFrame, RMonetExecute, RMonetClose, RMonetStartTransaction, RMonetCommit, RMonetIsConnected, RMonetQuote, RMonetUnQuote, RMonetExists, RMonetListTables, RMonetListFields
1 2 3 4 5 | ## Not run:
# un escape quote escaped string for SQL
RMonetUnQuote("\' escaped\& string \t")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.