powered by
Utility function for data type conversion.
list_to_data_frame(x)
A data.frame with logical columns representing sets.
A list of sets.
a <- list(A = 1:5, B = 4:6) print(a) list_to_data_frame(a)
Run the code above in your browser using DataLab