Tibbles vs Matrix

134 Views Asked by At

Hey just a general question,

I was wondering what was the difference between a tibble object and matrix object in R?

I normally use the "tidyverse" package and prefer to use tibbles, however when I tried to use the "glmnet" package, it requires its data to be a matrix, which I normally fix by using the

as.matrix() command on my tibble.

Was wondering if there was any difference in how we can operate on them, etc.

Thanks in advance!!

0

There are 0 best solutions below