get_cnd_df_cnd_sum | R Documentation |
get_cnd_df_cnd_sum()
extracts the tally of the conditioning vector from a
conditioned data frame.
get_cnd_df_cnd_sum(dat)
dat |
A conditioned data frame ( |
A vector of three elements providing the sum of TRUE
, FALSE
, and
NA
values in the conditioning vector (cnd
), or NULL
if dat
is not
a conditioned data frame (cnd_df
).
new_cnd_df()
, is_cnd_df()
, get_cnd_df_cnd()
, rm_cnd_df()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.