Loading...

Tidyverse

« Back to Glossary Index

A specific collection of R packages that work in harmony because they share common data representations. These packages assume data is stored in a "tidy" format – where each row represents an observation and each column represents a variable – which facilitates efficient data analysis and allows the packages to work well together. Learn more at https://tidyverse.org

ยซ Back to Glossary Index