why do I keep getting an error when trying to use summarize?
Error in summarize(., mean(x), sd(x), mean(y), sd(y), cor(x, y)) :
could not find function "summarize"
why do I keep getting an error when trying to use summarize?
Error in summarize(., mean(x), sd(x), mean(y), sd(y), cor(x, y)) :
could not find function "summarize"
Did you library(tidyverse)
or library(dplyr)
?
do you have to those packages every single time?
You have to load those packages every single session. They stay in place within a session once loaded. (Unless you clear them out.)
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.