powered by
# S3 method for largeList length(x)
getList
largeList
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
Run the code above in your browser using DataLab