View source: R/00_cohorts_utils.R
chrt_filter_select | R Documentation |
cohorts
All _*between filters use rm_dates$calc$data_goes_back_to
as the beginning of the period and rm_dates$meta_HUDCSV$Export_End
as the end. See dates
for details on these values.
chrt_filter_select(
x,
...,
stayed = FALSE,
served = FALSE,
exited = FALSE,
entered = FALSE,
rm_dates,
vars,
start = rm_dates$calc$data_goes_back_to,
end = rm_dates$meta_HUDCSV$Export_End,
app_env = get_app_env(e = rlang::caller_env())
)
x |
|
... |
|
stayed |
|
served |
|
exited |
|
entered |
|
rm_dates |
|
vars |
|
start |
Default = ReportStart, character/date of the start of the date range. Characters in format mdY, Ymd, dmY acceptable. Will be automatically retrieved from parent environments if not specified. If start is named other than ReportStart, it must be specified. |
end |
Default = ReportEnd, character/date of the end of the date range. Characters in format mdY, Ymd, dmY acceptable. Will be automatically retrieved from parent environments if not specified. If end is named other than ReportEnd, it must be specified. |
app_env |
|
(data.frame)
Output with filter and select applied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.