ccmpp_input_list_replace | R Documentation |
ccmpp_input_list
These are methods for the subset-replacement functions for objects
of class ccmpp_input_list
. The return values differ and,
importantly, are not objects of class ccmpp_input_list
(see
“Details”).
## S3 replacement method for class 'ccmpp_input_list' x$name <- value ## S3 replacement method for class 'ccmpp_input_list' x[[i, j]] <- value
x |
data frame. |
name |
A literal character string or a name (possibly backtick quoted). |
value |
A suitable replacement value: it will be repeated a whole
number of times if necessary and it may be coerced: see the
Coercion section. If |
i |
elements to extract or replace. For |
j |
elements to extract or replace. For |
Arbitrary modifications of ccmpp_input_list
s may not be
valid members of the class. Therefore, the object resulting from a
subset operation via `[`
, or a replacement via `[<-`
,
and similar, will no longer inherit from class
ccmpp_input_list
(or subclasses) and the attributes specific
to those classes will be lost.
A list
.
Mark Wheldon
ccmpp_input_list
for class definitions,
link{subset_time}
and friends, and
[.demog_change_component_df
for similar functions
for the constituent data frame objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.