I'm trying to get a list of complex objects (file connections) in R. There is a character vector with file names. I want to open each file with file() and store its connection object somewhere (to be able to close them later). The length of filenames vector is variable. What I'm trying to do is:I'm trying to get a list of complex objects (fi