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

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

skim_without_charts() seems to be a function in the skimr package. Have you run

library(skimr)

If that returns an error saying the package is not found, run

install.packages("skimr")

You only have to run installpackages() once. You have to run library(skimr) whenever you start R and want to use the package.

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.