Convert a list with single entries to dataframe

util_list_to_df1(my_list)

Arguments

my_list

A list with single entries

Value

A tibble with two columns

Examples

if (FALSE) {
util_list_to_df1(as.list(dplyr::starwars)[2])
}