powered by
Utility function for data type conversion.
data_frame_to_list(x)
A list of sets.
A data.frame with logical columns representing sets.
d <- tibble(name = 1:6, A = c(rep(TRUE, 5), FALSE), B = rep(c(FALSE, TRUE), each = 3)) print(d) data_frame_to_list(d)
Run the code above in your browser using DataLab