View source: R/actuary-group_by_occurrence.R
| group_by_occurrence | R Documentation | 
Group loss data by occurrence ID.
group_by_occurrence(dat)
| dat | loss_data by claim ID | 
data grouped by occurrence
## Not run: 
dat <- readRDS("data/shiny-data.rds") %>%
  filter(
    eval_dt == as.Date("2018-12-31"),
    member == "Ace Endico Corporation"
  )
test <- by_occurrence(dat)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.