| cimis_to_datetime | R Documentation | 
Collapse The Date and Hour columns to a single DateTime Column.
cimis_to_datetime(d)
d | 
 A data frame of CIMIS data results.  | 
According to the CIMIS Report FAQs, all CIMIS data is based on Pacific Standard Time (PST).
The data frame, with a new "Datetime" column replacing
the "Date" and "Hour" columns.
if(is_key_set()) {
  d = cimis_data(targets = 170, start.date = Sys.Date() - 4,
    end.date = Sys.Date() - 1, items = "hly-air-tmp")
  cimis_to_datetime(d)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.