Learn R Programming

largeList (version 0.3.1)

getListName: Get names of elements in a list file.

Description

Get names of elements in a list file.

Usage

getListName(file)

Arguments

file
Name of file.

Value

A charater vector.

See Also

largeList

Examples

Run this code
list_1 <- list("A" = c(1,2), "B" = "abc", list(1, 2, 3))
saveList(object = list_1, file = "example.llo")
getListName(file = "example.llo")

Run the code above in your browser using DataLab