encode.list: Encode a List

View source: R/encode.R

encode.listR Documentation

Encode a List

Description

Encodes a list.

Usage

## S3 method for class 'list'
encode(x, labels = NULL, ...)

Arguments

x

object

labels

same length as x if supplied

...

passed arguments

Value

list

See Also

Other encode: encode(), encode.character(), encode.default()


encode documentation built on Feb. 18, 2026, 9:06 a.m.

Related to encode.list in encode...