Converts individual fish length measures from multiple entries in a single cell to tidy long format.

nzffdr_ind_lengths(fishd)

Arguments

fishd

an NZFFD dataframe returned from nzffdr_import(). Must contain the columns "nzffdRecordNumber", "taxonName" and "indLengths".

Value

A dataframe with three columns,"nzffdRecordNumber", "taxonName" and "indLengths".

Examples

nzffdr_ind_lengths(nzffdr::nzffdr_data)
#>    nzffdRecordNumber               taxonName indLengths
#> 1             104929   Salvelinus fontinalis        145
#> 2             104929   Salvelinus fontinalis        147
#> 3             104929   Salvelinus fontinalis        114
#> 4             104929   Salvelinus fontinalis        140
#> 5             104929   Salvelinus fontinalis        107
#> 6             104929   Salvelinus fontinalis        118
#> 7             104929   Salvelinus fontinalis         63
#> 8             104929   Salvelinus fontinalis        111
#> 9             104929   Salvelinus fontinalis        122
#> 10            104929   Salvelinus fontinalis         80
#> 11            104929   Salvelinus fontinalis        153
#> 12            104929   Salvelinus fontinalis         76
#> 13            104929   Salvelinus fontinalis        151
#> 14            104929   Salvelinus fontinalis     102145
#> 15            104929   Salvelinus fontinalis        147
#> 16            104929   Salvelinus fontinalis        114
#> 17            104929   Salvelinus fontinalis        140
#> 18            104929   Salvelinus fontinalis        107
#> 19            104929   Salvelinus fontinalis        118
#> 20            104929   Salvelinus fontinalis         63
#> 21            104929   Salvelinus fontinalis        111
#> 22            104929   Salvelinus fontinalis        122
#> 23            104929   Salvelinus fontinalis         80
#> 24            104929   Salvelinus fontinalis        153
#> 25            104929   Salvelinus fontinalis         76
#> 26            104929   Salvelinus fontinalis        151
#> 27            104929   Salvelinus fontinalis        102
#> 28            108023  Gobiomorphus breviceps         63
#> 29            108023  Gobiomorphus breviceps         50
#> 30            108023  Gobiomorphus breviceps         42
#> 31            108023  Gobiomorphus breviceps         47
#> 32            108023  Gobiomorphus breviceps         37
#> 33            108023  Gobiomorphus breviceps         36
#> 34            108023  Gobiomorphus breviceps         36
#> 35            108023  Gobiomorphus breviceps         38
#> 36            108023  Gobiomorphus breviceps         39
#> 37            108023  Gobiomorphus breviceps         43
#> 38            108023  Gobiomorphus breviceps         46
#> 39            108023  Gobiomorphus breviceps         45
#> 40            108023  Gobiomorphus breviceps         42
#> 41            108023  Gobiomorphus breviceps         40
#> 42            108023  Gobiomorphus breviceps         50
#> 43            108023  Gobiomorphus breviceps         47
#> 44            108023  Gobiomorphus breviceps         46
#> 45            108023  Gobiomorphus breviceps         42
#> 46            108023  Gobiomorphus breviceps         60
#> 47            108023  Gobiomorphus breviceps         42
#> 48            108023  Gobiomorphus breviceps         46
#> 49            108023  Gobiomorphus breviceps         43
#> 50            108023  Gobiomorphus breviceps         46
#> 51            108023  Gobiomorphus breviceps         46
#> 52            108023  Gobiomorphus breviceps         63
#> 53            108023  Gobiomorphus breviceps         38
#> 54            108023  Gobiomorphus breviceps         30
#> 55            108023  Gobiomorphus breviceps         52
#> 56            108023  Gobiomorphus breviceps         73
#> 57            108023  Gobiomorphus breviceps         48
#> 58            109321  Anguilla dieffenbachii        250
#> 59            109321  Anguilla dieffenbachii        325
#> 60            109321  Anguilla dieffenbachii        200
#> 61            109321  Anguilla dieffenbachii        300
#> 62            109321  Anguilla dieffenbachii        170
#> 63            113204      Galaxias species S         89
#> 64            113204      Galaxias species S         69
#> 65            113204      Galaxias species S         61
#> 66            113204      Galaxias species S         80
#> 67            113204      Galaxias species S         60
#> 68            113484      Galaxias species D         47
#> 69            113484      Galaxias species D         48
#> 70            113484      Galaxias species D         48
#> 71            113484      Galaxias species D         94
#> 72            118384 Gobiomorphus cotidianus         80
#> 73            118384 Gobiomorphus cotidianus        110
#> 74            118384 Gobiomorphus cotidianus         80
#> 75            118384 Gobiomorphus cotidianus         80
#> 76            118384 Gobiomorphus cotidianus         70
#> 77            118384 Gobiomorphus cotidianus         70
#> 78            118384 Gobiomorphus cotidianus         70
#> 79            118384 Gobiomorphus cotidianus         70
#> 80            118384 Gobiomorphus cotidianus         80
#> 81            118384 Gobiomorphus cotidianus         80
#> 82            118384 Gobiomorphus cotidianus         75
#> 83            118384 Gobiomorphus cotidianus         70
#> 84            118384 Gobiomorphus cotidianus         80
#> 85            118384 Gobiomorphus cotidianus         90
#> 86            118535       Galaxias anomalus         66
#> 87            118535       Galaxias anomalus         70
#> 88            118535       Galaxias anomalus         82
#> 89            118535       Galaxias anomalus         83