coerce_ccmpp_input_list | R Documentation |
ccmpp_input_list
These functions coerce an object to a ccmpp_input_list
if
possible, or check if it is one. The list method requires that the
names
of the single argument match the arguments to
link{ccmpp_input_list}
.
as_ccmpp_input_list(x, ...) ## Default S3 method: as_ccmpp_input_list(x, ...) ## S3 method for class 'list' as_ccmpp_input_list(x, ...) ## S3 method for class 'ccmpp_input_list' as_ccmpp_input_list(x, ...) is_ccmpp_input_list(x)
x |
An object to coerce or check. |
... |
Further arguments passed to specific methods. |
A coerced object in the case of the as_...
functions; a logical for the is_...
functions.
Mark Wheldon
coerce_demog_change_component_df
for an important note on validation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.