Skip to contents

Queries the ERDDAP server to find the most recent data timestamp available for the Irish Weather Buoy Network.

Usage

get_latest_timestamp(station = NULL)

Arguments

station

Optional station ID to check specific buoy

Value

POSIXct timestamp of most recent data

Examples

if (FALSE) { # \dontrun{
latest <- get_latest_timestamp()
latest_m3 <- get_latest_timestamp("M3")
} # }