Skip to contents

[Deprecated]

This function is deprecated. Please use iem_ob_history() instead.

Usage

iem_obhistory(station, network, date = Sys.Date(), full = FALSE)

Examples

# Old:
# iem_obhistory("DSM", network = "IA_ASOS", date = "2024-06-01")
# New:
if (FALSE) { # \dontrun{
iem_ob_history("DSM", network = "IA_ASOS", date = "2024-06-01")
} # }