convertToErsData | R Documentation |
Convert LstLogbookData
to the format provided by readErsFile
.
Not all records can be filled, and some are left blank.
LstLogbookData
contains records for fishing date, but not exact time, which is required for conversion of time information.
In order to set start time of fishing operations, the a time of day need to be provided via the parameter 'timestring'
UTC times are assumed.
convertToErsData(LstLogbookData, timestring = "12:00:00")
LstLogbookData |
|
timestring |
string representing the time of day (UTC) to assume for fishing operations. Format: %H:%M:%S. |
data.table
formatted as return from readErsFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.