View source: R/S3_classes_ccmpp_input_df.R
new_ccmpp_input_df | R Documentation |
ccmpp_input_df
.Creates an object of class ccmpp_input_df
. Minimal
checks are done; for interactive use see
ccmpp_input_df
.
This function is not exported. The user-level constructor is
ccmpp_input_df
.
new_ccmpp_input_df( x, dimensions = character(), age_span = double(), time_span = double(), value_type = character(), value_scale = numeric(), ..., class = character() )
dimensions |
Character vector listing the dimensions such as “time”, “age”, “sex”. |
value_type |
Scalar indicating the type of the “value” column (e.g., “count”, “rate”, etc.). |
value_scale |
Numeric scalar indicating the value_scale of the
counts, e.g., |
An object of class ccmpp_input_df
.
Mark Wheldon
ccmpp_input_df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.