Could not find function "glimpse" and "arrange"

I am a beginner and follow the instruction, but two functions I was writing came up with errors. I checked the spelling, re-read the instruction. Even with the solution one, I tried to run the chunk, but came up with an error. Other functions, such as "str" or "colnames" works fine. I don't understand why those functions won't work.

You need to load the appropriate package before running those function:
library(dplyr)

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.