Learn R Programming

Tivy (version 0.1.1)

process_length: Process length data from hauls

Description

Processes length data from PRODUCE logbooks. Automatically detects required columns and transforms from long to wide format.

Usage

process_length(data_length, verbose = FALSE)

Value

Data frame with length by haul in wide format with individual columns for each length class.

Arguments

data_length

Data frame with raw length data.

verbose

Logical. Print column mapping information.

Examples

Run this code
length_data <- process_length(data_length = tallas_bitacora)
length_data <- process_length(data_length = tallas_bitacora, verbose = TRUE)

Run the code above in your browser using DataLab