### Name: reverseSplit ### Title: A function to reverse the role of names and values in a list. ### Aliases: reverseSplit ### Keywords: manip ### ** Examples l1 = list(a=1:4, b=c(2,3), d=c(4,5)) reverseSplit(l1)