Skip to content

Commit 339c458

Browse files
committed
touch up docs; closes #69
1 parent 4d015d2 commit 339c458

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

R/SimExtract.R

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
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
@@ -16,8 +18,9 @@
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}}.

man/SimExtract.Rd

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)