Description Usage Arguments Value Examples
The resulting data set is a summarized view of rention data.
1 | retention_summarized(data, desired_qtr)
|
data |
A data set containing retention data |
desired_qtr |
The quarter for which you want to get retention data for |
A data frame with retention summarized
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
retention_data %>%
retention_summarized(winter)
student %>%
retention('B90', 'C01') %>%
retention_summarized(winter)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.