rm_cnd_df {sdtm.oak} | R Documentation |
Remove the cnd_df
class from a data frame
Description
This function removes the cnd_df
class, along with its attributes, if
applicable.
Usage
rm_cnd_df(dat)
Arguments
dat |
A data frame. |
Value
The input dat
without the cnd_df
class and associated attributes.
See Also
new_cnd_df()
, is_cnd_df()
, get_cnd_df_cnd()
,
get_cnd_df_cnd_sum()
.
[Package sdtm.oak version 0.1.1 Index]