Description Usage Arguments Value
Given an BioticData
object, this function converts to ICESBiotic format. Note that this function only supports
BioticData
generated from NMDBiotic version > 3 XML files.
1 2 3 4 5 6 7 | ICESBiotic(
BioticData,
SurveyName = character(),
Country = character(),
Organisation = integer(),
AllowRemoveSpecies = TRUE
)
|
BioticData |
a |
SurveyName |
A string naming the survey. Must be one of the names listed on https://vocab.ices.dk/?ref=1453 or NONE (the default). |
Country |
The ISO_3166 code of the country running the cruise. See http://vocab.ices.dk/?ref=337. |
Organisation |
An integer code representing the organization running the cruise. See https://vocab.ices.dk/?ref=1398 for a list of possible codes (e.g., Institute of Marine Research: 612). |
AllowRemoveSpecies |
ICES submission will not allow the resulting CSV file to be uploaded if the file contains species not listed in https://acoustic.ices.dk/Services/Schema/XML/SpecWoRMS.xml. Setting this parameter to TRUE will remove the unlisted species records. |
An ICESBioticData
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.