Description Usage Format Details
Data frame with information on all attributes that should or could be included in the CSVs that act as input for the formation of the database.
1 2 3 4 5 6 7 8 9 |
A dataframe with the following columns:
AttributeThe name of the attribute as it should be used as column name in the CSV.
UnitThe unit the attribute should have.
Required_or_OptionalWhether or not the attribute is required. If this is filled with 'Required_alternative' it means the information is required, but can be given in different ways.
GroupSometimes attributes belong together, these are grouped.
DatatypeThe datatype of the values (integers, fractions, doubles, strings, etc.)
DescriptionPerhaps the most important column. This contains an eleborate description of what the information of this attribute includes; how data should be documented.
TripleD data is summarized per cruise in CSVs that can be read by
the package in order to create a database. These CSVs either contain station
or species data. The format of these CSVs, thus, the names of all variables
and the exact meaning of the values in those columns, is explained here.
A dataframe exists for the station CSVs called 'att_stations' and for the species
CSVs called 'att_species'.
It is also possible to include data to convert sizes and wet weights to ash-free dry weights.
This data should be included in a file called 'bioconversion.csv'.
The requirements for this file can be found in 'att_bioconversion'.
The meaning of all columns in the final two databases produced by the package can be found
in 'att_database' and 'att_database_individuals'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.