View source: R/list_to_data_frame.R
list_to_data_frame | R Documentation |
Utility function for data type conversion.
list_to_data_frame(x)
x |
A list of sets. |
A data.frame with logical columns representing sets.
a <- list(A = 1:5, B = 4:6)
print(a)
list_to_data_frame(a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.