overviewR

exploratory data analysis
Author

Derek Sollberger

Published

August 12, 2022

Today I wanted to try out the overviewR package.

library("overviewR")
library("palmerpenguins")

At this moment, I misread what overviewR does (I thought it would summarize everything). Instead, I will just try out one tool for now.

penguins_raw |>
  overview_na()