
Download time series of sea-state parameters from RESOURCECODE database
Source:R/download_data.R
get_parameters.RdIf the remote resource is unavailable or returns an error, the function returns NULL and emits an informative message.
Usage
get_parameters(
parameters = "hs",
node = 42,
start = as.POSIXct("1994-01-01 00:00:00", tz = "UTC"),
end = as.POSIXct("1994-12-31 23:00:00", tz = "UTC")
)