View source: R/exposed_df_summary.R
summary.exposed_df | R Documentation |
Create a summary data frame of termination experience for a given target status.
## S3 method for class 'exposed_df'
summary(object, ...)
object |
A data frame with exposure-level records |
... |
Additional arguments passed to |
Calling summary()
on an exposed_df
object will summarize results using
exp_stats()
. See exp_stats()
for more information.
A tibble with class exp_df
, tbl_df
, tbl
,
and data.frame
.
exp_stats()
toy_census |> expose("2022-12-31", target_status = "Surrender") |>
summary()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.