View source: R/match_intervals_fun.R
match_intervals | R Documentation |
Matches the number of intervals between the two seasons selected
match_intervals(attribute_name, list1, list2, id_col, interval_col)
attribute_name |
The name of the attribute item created for both
|
list1 |
A list object that is the reference for |
list2 |
A list object that the length of |
id_col |
This should be the name of assigned to the id column within the attribute table created. |
interval_col |
This should be the name assigned to the interval column within the attribute_table created. |
The output is a list that contains two new list. These two new list have the same individuals and intervals for those individuals.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.