length.largeList {largeList} | R Documentation |
Get the length of list stored in file.
## S3 method for class 'largeList' length(x)
x |
A largeList object created by |
An integer.
largelist_object <- getList("example.llo", truncate = TRUE) largelist_object[[]] <- list("A" = 1, "B" = 2, "C" = 3) ## assign list to the list file length(largelist_object) ## get 3