Hello,
On Mar 12, 2011, at 8:32 AM, Maas James Dr (MED) wrote:
Question 1:
I have a long list of variable names such as
first <- c("one","two","three")
and what I want to do is create a list of lists ... where the names
of each of overall lists components are "one","two", and "three".
Th
Question 1:
I have a long list of variable names such as
first <- c("one","two","three")
and what I want to do is create a list of lists ... where the names of each of
overall lists components are "one","two", and "three".
This is the same result as
second <- list(one=list(),two=list(),three
2 matches
Mail list logo