View source: R/StoxBaselineFunctions.R
SetStartDateBiotic | R Documentation |
Set start date to stop date. Appropriate when BioticData is read from NMDbiotic.
SetStartDateBiotic(BioticData, Overwrite = F)
BioticData |
|
Overwrite |
if True any existing values in stationstartdate will be overwritten. |
Set the column 'stationstartdate' on the table 'fishstation' in BioticData
to the value of 'stationstopdate'.
Setting stationstartdate facilitates conversion to StoxBioticData
using StoxBiotic
, and is applicable if daily resolution of date and time is not critical
for subsequent analysis.
These columns are on the table 'fishstation' in data originating from NMDBiotic (http://www.imr.no/formats/nmdbiotic/). For bioticdata that does not conform to this, no modifications are done.
BioticData
RstoxData{RstoxData::StoxBiotic}
For converting BioticData
to StoxBioticData
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.