Skip to content

Instantly share code, notes, and snippets.

library(tidyverse)
library(tidymodels)
otters_raw <- read_csv("seot_morphometricsReproStatus_ak_monson.csv") %>%
janitor::clean_names()
otters <- otters_raw %>%
mutate(
final_age = if_else(final_age == -9, NA_real_, final_age),
weight = if_else(weight == -9, NA_real_, weight),

Keybase proof

I hereby claim:

  • I am hfrick on github.
  • I am hfcfrick (https://keybase.io/hfcfrick) on keybase.
  • I have a public key ASCjC2DptIzRRquSJbSQWZUu48coNZQf7V2v1igM7RI-Bgo

To claim this, I am signing this object: