View source: R/intern_get_max_time_unit_of_interest.R
intern_get_max_time_unit_of_interest | R Documentation |
Internal function. Please refer to run_synthetic_forecast documentation.
intern_get_max_time_unit_of_interest( df, col_unit_name, unit_of_interest, col_time )
df |
Main DataFrame. |
col_unit_name |
String with column name of the column with the units names. |
unit_of_interest |
Value of the col_unit_name that is of interest. |
col_time |
String with the column name of the time column. |
Intern function to compute the max time period of the unit of interest.
Same type as col_time, max value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.