encodeSolr {dataone} | 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")