cimir (version 0.2-0)

cimir-deprecated: Deprecated functions in package cimir.

Description

The functions listed below are deprecated and will be defunct in the near future. When possible, alternative functions with similar functionality are also mentioned. Help pages for deprecated functions are available at help("-deprecated").

Usage

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"))

Arguments

<code>get_data</code>

For get_data, use cimis_data.

<code>get_station</code>

For get_station, use cimis_station.

<code>get_station_spatial_zipcode</code>

For get_station_spatial_zipcode, use cimis_spatial_zipcode.

<code>get_station_zipcode</code>

For get_station_zipcode, use cimis_zipcode.

<code>to_datetime</code>

For to_datetime, use cimis_to_datetime.

<code>data_items</code>

For data_items, use cimis_items.