is_cnd_df | R Documentation |
is_cnd_df()
checks whether a data frame is a conditioned data frame, i.e.
of class cnd_df
.
is_cnd_df(dat)
dat |
A data frame. |
TRUE
if dat
is a conditioned data frame (class cnd_df
),
otherwise FALSE
.
new_cnd_df()
, get_cnd_df_cnd()
, get_cnd_df_cnd_sum()
,
rm_cnd_df()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.