powered by
"List"
Mimics a standard R list object.
A virtual Class: No objects may be created from it.
loo
An object of class "list."
"list."
signature(x = "List"): Set an element of the list.
signature(x = "List")
signature(x = "List"): Retrieve an element of the list.
signature(x = "List"): Retrieve the length of the list.
signature(x = "List"): Retrieve the names of each element of the list.
# NOT RUN { showClass("List") # }
Run the code above in your browser using DataLab