Skip to contents

Adds two columns to help decode the results of wontrun()

Usage

decode_wontrun(wontrun_df)

Arguments

wontrun_df

Data frame. A data frame as returned by `wontrun()`

Value

The input tibble with 2 more columns, `classes` and `cnd_message`

Examples

if (FALSE) {
aer_sources <- get_archived_sources("AER")
aer_runs <- aer_sources %>%
  wontrun(ncpus = 6, years = 2008)
decode_wontrun(aer_runs)
}