Learn R Programming

sdtm.oak (version 0.1.0)

rm_cnd_df: 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)

Value

The input dat without the cnd_df class and associated attributes.

Arguments

dat

A data frame.

See Also

new_cnd_df(), is_cnd_df(), get_cnd_df_cnd(), get_cnd_df_cnd_sum().