| splitUp {Zelig} | R Documentation |
Split a List into Two Lists This functions takes any list, and splits into two lists - one containing the values of arguments with specifically specified values and those without specified values.
splitUp(args)
args |
a list |
a list containing two entries: the key-value paired entires (titled wordful) and the unkeyed entried (titled wordless)
This function is a good candidate for deprecation
Matt Owen mowen@iq.harvard.edu
#list(wordful = list(x=1, y=2), wordless=list(2, "red"))