Palmer penguins

here::i_am("analysis/report.Rmd", uuid = "50208352-4ee9-4401-bb40-9f7ec81050da")
library(here)

knitr::opts_chunk$set(echo = TRUE)

penguins <- readr::read_csv(here("data/penguins.csv"))

Linear model

lm(flipper_length_mm ~ body_mass_g + species, penguins)


Try the here package in your browser

Any scripts or data that you put into this service are public.

here documentation built on Jan. 13, 2021, 12:17 p.m.