R/utils.R
convert_list_to_df1.Rd
Convert a list with a single level of entries to a dataframe, useful when converting a yaml into a dataframe.
convert_list_to_df1(my_list)
A list with single entries
A tibble with two columns
if (FALSE) { # \dontrun{ convert_list_to_df1(as.list(dplyr::starwars)[2]) } # }