The functions listed below were deprecated in the previous release and are now defunct. Alternative functions with similar functionality are mentioned. Help pages for defunct functions are available at help("cimir-defunct").

get_data(
  targets,
  start.date,
  end.date,
  items,
  measure.unit = c("E", "M"),
  prioritize.SCS = TRUE
)

get_station(station)

get_station_spatial_zipcode(zipcode)

get_station_zipcode(zipcode)

to_datetime(d)

data_items(type = c("Daily", "Hourly"))

get_data

For get_data, use cimis_data.

get_station

For get_station, use cimis_station.

get_station_spatial_zipcode

For get_station_spatial_zipcode, use cimis_spatial_zipcode.

get_station_zipcode

For get_station_zipcode, use cimis_zipcode.

to_datetime

For to_datetime, use cimis_to_datetime.

data_items

For data_items, use cimis_items.