Skip to contents

A small creel count data frame designed for demonstrating validate_creel_data() and related data-cleaning functions. Contains an intentional NA in the count column to trigger the NA-rate check.

Usage

creel_counts_toy

Format

A data frame with 6 rows and 4 columns:

date

Survey date (Date class).

day_type

Day type stratum: "weekday" or "weekend".

section

Survey section: "A" or "B".

count

Instantaneous angler count; one row is intentionally NA.

Source

Simulated data for package examples and vignettes.

Examples

data(creel_counts_toy)
if (FALSE) { # \dontrun{
validate_creel_data(counts = creel_counts_toy)
} # }