I tried to create a climate object using this line of code
kenya_obj <- climate$new(data_tables = list(kibos = kibos, chemelil = chemelil, maseno = maseno), date_format = "%m/%d/%Y")
which used to work but got this error "date_formats must be a list of the same length as data_tables".