powered by
Get records by date
wm_records_date(start_date, end_date = NULL, marine_only = TRUE, offset = 1, ...)
(character) start date. required.
(character) end date. optional
(logical) marine only or not. default: TRUE
TRUE
(integer) record to start at. default: 1
named curl options. see curl_options
curl_options
A tibble/data.frame
# NOT RUN { a_date <- format(Sys.Date() - 1, "%Y-%m-%dT%H:%M:%S+00:00") wm_records_date(a_date) # }
Run the code above in your browser using DataLab