View source: R/S3_methods_ccmpp_input_list.R
as.list.ccmpp_input_list | R Documentation |
ccmpp_input_list
to a plain list.The result will have class
list
and
class-specific attributes, such as “age_span”, will be
dropped. Neither the classes nor the class-specific attributes of
the component data frames, all of which inherit from
ccmpp_inut_df
, will be dropped (see
as.data.frame.ccmpp_input_df
if you want to do that).
## S3 method for class 'ccmpp_input_list' as.list(x, ...)
x |
An object of class |
A list with special attributes dropped.
Mark Wheldon
as.data.frame.ccmpp_input_df
to drop classes
and attributes of component data frames,
ccmpp_input_list
to create objects of class ccmpp_input_list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.