isListCompressed {largeList} | R Documentation |
Check if elements are compressed in the file.
isListCompressed(file)
file |
Name of file. |
TRUE/FALSE
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