as.list.ccmpp_input_list: Coerce a 'ccmpp_input_list' to a plain list.

View source: R/S3_methods_ccmpp_input_list.R

as.list.ccmpp_input_listR Documentation

Coerce a ccmpp_input_list to a plain list.

Description

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).

Usage

## S3 method for class 'ccmpp_input_list'
as.list(x, ...)

Arguments

x

An object of class ccmpp_input_list.

Value

A list with special attributes dropped.

Author(s)

Mark Wheldon

See Also

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


markalava/ccmppWPP documentation built on April 21, 2022, 12:36 a.m.