View source: R/wm_records_date.R
| wm_records_date | R Documentation | 
Get records by date
wm_records_date(
  start_date,
  end_date = NULL,
  marine_only = TRUE,
  offset = 1,
  ...
)
start_date | 
 (character) start date. required.  | 
end_date | 
 (character) end date. optional  | 
marine_only | 
 (logical) marine only or not. default:   | 
offset | 
 (integer) record to start at. default: 1  | 
... | 
 named curl options. see   | 
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.