infer_season | R Documentation |
Infer BLE LTER field campaign season from date or date-times: dates in May or earlier are under ice, June to 15th of July is break up, and 16th of July or later is open water. Do not use with mooring data.
infer_season(data, date_col = "date_time")
data |
(data.frame) A data.frame with date |
date_col |
(character) Name of column with dates or date-times. Please convert this column into a Date format first (not just strings containing dates). |
A vector of strings: field campaign seasons in same order as dates or date-times supplied.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.