My student and I both loaded the same dataset, installed the same packages, and were running the same code. When I run "frq" I get a frequency table and the variable is labeled as "numeric." When my student runs the same code, she gets "Error: Can't convert <haven_labelled> to character."
Any thoughts on where we might be going wrong?
tidyverse
loaded. As it turns out,haven
is not part of the core packages of Tidyverse, and not loaded automatically withlibrary(tidyverse)
. – Jonas