Print/show method for dictionary objects.
Extractor for dictionary objects
Extractor for dictionary objects
Coerce a dictionary object into a list
# S4 method for dictionary2
show(object)# S4 method for dictionary2,index,ANY,ANY
[(x, i)
# S4 method for dictionary2,index
[[(x, i)
# S3 method for dictionary2
$(x, name)
# S4 method for dictionary2
as.list(x)
# S4 method for dictionary2
c(x, ...)
the dictionary to be printed
index for entries
the dictionary key
dictionary objects to be concatenated
the dictionary to be extracted
the dictionary to be extracted
index for entries
the dictionary to be coerced
.Data
named list of mode character, where each element name is a dictionary "key" and each element is one or more dictionary entry "values" consisting of a pattern match
concatenator
character object specifying space between multi-word values