skim_without_charts ("penguins") Error message Cound not find function

skim_without_charts("penguins") I keep getting the error message below.

Error in skim_without_charts(penguins) : could not find function "skim_without_charts"

That is not a base R function therfore you need to load the R package that implements that function. The skimr package maybe?

library(skimr)
3 Likes

I may have missed this step. Thank you, I will look over my code. I had installed the package so perhaps I forgot to load it. I kept getting the error message that the function skim_without_charts could not be found. So the workaround I used was summary()

1 Like

This topic was automatically closed 42 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.