Learn R Programming

tangram (version 0.8.2)

index.list: Generate an index from a list object

Description

Given a cell class create an index representation. If no source is specified no index will be generated.

Usage

# S3 method for list
index(object, id = "tangram", key.len = 4, ...)

Value

A list of strings containing key, source and value

Arguments

object

cell; The cell for indexing

id

character; an additional specifier for the object key

key.len

numeric; length of key to generate

...

additional arguments to renderer. Unused