encodeSolr | R Documentation |
Treating all special characters and spaces as literals, backslash escape special characters, and double-quote if necessary.
encodeSolr(x, ...) ## S4 method for signature 'character' encodeSolr(x, ...)
x |
: a string to encode |
... |
(not yet used.) |
the encoded form of the input
encodeSolr("this & that")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.