get_drop_offs | R Documentation |
get_drop_offs() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get drop offs. The function returns Drop offs (a character vector).
get_drop_offs(
X_Ready4useDyad = Ready4useDyad(),
condition_1L_chr = ">1",
uid_var_nm_1L_chr = "uid_chr"
)
X_Ready4useDyad |
PARAM_DESCRIPTION, Default: Ready4useDyad() |
condition_1L_chr |
Condition (a character vector of length one), Default: '>1' |
uid_var_nm_1L_chr |
Unique identifier variable name (a character vector of length one), Default: 'uid_chr' |
Drop offs (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.