make_retention_sql
will generate the standard sql query for pulling retention
data from Edify
Usage
make_retention_sql(name, type = "term_to_term")
Arguments
- name
The name you want the SQL file to have in your sql folder.
- type
The type of retention file you want. Defaults to 'term_to_term'.
The type parameter should be
term_to_term
cohort
Value
A sql file in your SQL folder