powered by
isListCompressed(file)
TRUE/FALSE
largeList
list_1 <- list("A" = c(1,2), "B" = "abc", list(1, 2, 3)) saveList(object = list_1, file = "example.llo", compress = FALSE) isListCompressed(file = "example.llo") # get FALSE
Run the code above in your browser using DataLab