data-raw/fish.R

## code to prepare `fish` dataset goes here

fish <- tibble::tribble(
  ~A, ~B, ~C, ~D, ~E,
  2, 2, 3, 2, 2,
  2, 2, 2, 2, 2,
  2, NA, 2, 2, 1,
  1, 2, 2, 2, 2
)

usethis::use_data(fish, overwrite = TRUE)
jmgirard/agreement documentation built on Sept. 12, 2022, 12:39 a.m.