File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 66# '
77# ' @param object object returned from \code{\link{runSimulation}}
88# '
9- # ' @param what character indicating what information to extract. Possible inputs
10- # ' include \code{'errors'} to return a \code{tibble} object containing counts of any
9+ # ' @param what character vector indicating what information to extract, written in agnostic casing
10+ # ' (e.g., \code{'ERRORS'} and \code{'errors'} are equivalent).
11+ # '
12+ # ' Possible inputs include \code{'errors'} to return a \code{tibble} object containing counts of any
1113# ' error messages, \code{'warnings'} to return a \code{data.frame} object containing
1214# ' counts of any warning messages, \code{'seeds'} for the specified random number
1315# ' generation seeds, \code{'Random.seeds'} for the complete list of
1618# ' \code{'error_seeds'} and \code{'warning_seeds'}
1719# ' to extract the associated \code{.Random.seed} values associated with the ERROR/WARNING messages,
1820# ' \code{'results'} to extract the simulation results if the option \code{store_results} was passed to
19- # ' \code{\link{runSimulation}}, and \code{'filename'} and \code{'save_results_dirname'} for extracting
20- # ' the saved file/directory name information (if used)
21+ # ' \code{\link{runSimulation}}, \code{'filename'} and \code{'save_results_dirname'} for extracting
22+ # ' the saved file/directory name information (if used), and \code{'design'} to extract the original
23+ # ' design object
2124# '
2225# ' Note that \code{'warning_seeds'} are not stored automatically in
2326# ' simulations and require passing \code{store_warning_seeds = TRUE} to \code{\link{runSimulation}}.
You can’t perform that action at this time.
0 commit comments