Adds two columns to help decode the results of wontrun()
Examples
if (FALSE) {
aer_sources <- get_archived_sources("AER")
aer_runs <- aer_sources %>%
wontrun(ncpus = 6, years = 2008)
decode_wontrun(aer_runs)
}
Adds two columns to help decode the results of wontrun()
if (FALSE) {
aer_sources <- get_archived_sources("AER")
aer_runs <- aer_sources %>%
wontrun(ncpus = 6, years = 2008)
decode_wontrun(aer_runs)
}