Description Usage Arguments Examples
View source: R/chk-composite.R
Check applies to intervals with labels that have a "low-up" format, ie not single-year age groups, not open age groups or cohorts, and not missing.
1 2 3 4 5 6 7  | chk_interval_diff_ge_one(int_low, int_up, is_low_up, labels)
chk_interval_diff_gt_one(int_low, int_up, is_low_up, labels)
err_interval_diff_ge_one(int_low, int_up, is_low_up, labels)
err_interval_diff_gt_one(int_low, int_up, is_low_up, labels)
 | 
int_low | 
 An integer vector. The lower breaks for the intervals.  | 
int_up | 
 An integer vector. The upper breaks for the intervals.  | 
is_low_up | 
 Logical. Whether label has "low-up" format, eg "15-19".  | 
labels | 
 A vector of interval labels.  | 
1 2 3 4  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.