Description Usage Arguments Details Value Note Author(s) See Also Examples
Quote escape a string ready for SQL input
1  | 
str | 
 String requiring SQL escaping  | 
res <- RMonetQuote("\'some&string-that print(res)
Returns string
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: 
# Close the connection
RMonetQuote("\'some&string-that
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.