To solve this problem, please make sure you do:
Step 1: install.packages("skimr")
Step 2: library(skimr)
Step 3: skim_without_charts(penguins)
If these 3 steps were done continuously, you should sort it out. Generally speaking, the error message is just indicating it can not locate the specific function.
Hope it is of help