Skip to content

Commit

Permalink
Merge pull request #29 from mattheaphy/doc-fix
Browse files Browse the repository at this point in the history
doc fix
  • Loading branch information
mattheaphy authored Mar 4, 2023
2 parents a6dca3f + c52e754 commit 8e91d79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions R/sim_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' does not represent the experience on any specific product.
#'
#' @format Three data frames containing census records (`census_dat`),
#' withrawal transactions (`withdrawals`), and historical account values
#' withdrawal transactions (`withdrawals`), and historical account values
#' (`account_vals`).
#'
#' @details
Expand All @@ -30,9 +30,9 @@
#'
#' \describe{
#' \item{pol_num}{policy number}
#' \item{trx_date}{withrawal transaction date}
#' \item{trx_type}{withrawal transaction type, either Base or Rider}
#' \item{trx_amt}{withrawal transaction amount}
#' \item{trx_date}{withdrawal transaction date}
#' \item{trx_type}{withdrawal transaction type, either Base or Rider}
#' \item{trx_amt}{withdrawal transaction amount}
#' }
#'
#' # Account values data (`account_vals`)
Expand Down
8 changes: 4 additions & 4 deletions man/sim_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8e91d79

Please sign in to comment.