collected_info_to_df: Turn a list of information about a list of calls into a data...

View source: R/future_walk.R

collected_info_to_dfR Documentation

Turn a list of information about a list of calls into a data frame

Description

The output of the future_walk functions is naturally in a list of lists. This function will turn it into a tbl_df with each column corresponding to the errors, messages, and warnings. If the list is named (i.e., the input list to future_walk was named), then there will also be a column name which will contain these values. Columns that had no returned information will default to NA and cells that did not have any returned values will default to <NULL>.

Usage

collected_info_to_df(.l)

Arguments

.l

The list of collected information

Value

a tbl_df data frame

See Also

future_walk


burchill/cs documentation built on May 28, 2023, 1:29 p.m.