| encode.character | R Documentation |
Encodes character. If sep is NULL, it is replaced with the first of these that is not otherwise present in the result: /|:~!@#$
## S3 method for class 'character'
encode(x, labels = NULL, sep = NULL, ...)
x |
object |
labels |
same length as x if supplied |
sep |
a single character not present in x or labels |
... |
passed arguments |
character
Other encode:
encode(),
encode.default(),
encode.list()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.