Learn R Programming

ggvenn (version 0.1.10)

list_to_data_frame: Utility function for data type conversion.

Description

Utility function for data type conversion.

Usage

list_to_data_frame(x)

Value

A data.frame with logical columns representing sets.

Arguments

x

A list of sets.

Examples

Run this code
a <- list(A = 1:5, B = 4:6)
print(a)
list_to_data_frame(a)

Run the code above in your browser using DataLab