encode.default {encode} | R Documentation |
Encode Default.
Description
Encodes using default method: coerces to character and and encodes the result.
Usage
## Default S3 method:
encode(x, labels = NULL, ...)
Arguments
x |
object |
labels |
same length as x if supplied |
... |
passed arguments |
Value
character
See Also
Other encode: encode.character
,
encode.list
, encode
[Package encode version 0.3.6 Index]