nzffdr_ind_lengths: Fish length to tidy long format

View source: R/nzffdr_ind_lengths.R

nzffdr_ind_lengthsR Documentation

Fish length to tidy long format

Description

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

Usage

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)

nzffdr documentation built on Nov. 10, 2022, 5:51 p.m.