encode.character: Encode Character.

Description Usage Arguments Value See Also

View source: R/encode.R

Description

Encodes character. If sep is NULL, it is replaced with the first of these that is not otherwise present in the result: /|:\~!@#$

Usage

1
2
## S3 method for class 'character'
encode(x, labels = NULL, sep = NULL, ...)

Arguments

x

object

labels

same length as x if supplied

sep

a single character not present in x or labels

...

passed arguments

Value

character

See Also

Other encode: encode.default, encode.list, encode


encode documentation built on May 2, 2019, 6:08 a.m.