You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to create climate object on yearly dataset(s) we need to specify data_time_periods as a list.
Example: samrain_obj <- climate$new(data_tables = list (samrain = samrain), data_time_periods = list("yearly") ).