> skim_without_charts(penguins)

Hello Im new in studying R. So I tried to instal to RStudio cloud:

install.packages("palmerpenguins")
Installing package into ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.3’
(as ‘lib’ is unspecified)
trying URL 'http://rspm/default/__linux__/focal/latest/src/contrib/palmerpenguins_0.1.1.tar.gz'
Content type 'application/x-gzip' length 3001134 bytes (2.9 MB)
==================================================
downloaded 2.9 MB

  • installing binary package ‘palmerpenguins’ ...
  • DONE (palmerpenguins)

The downloaded source packages are in
‘/tmp/RtmpoxmMSo/downloaded_packages’

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

Can someone help me pls to understand why i cant install skim_......
Thank you.

Hi @balogmiroszlava, welcome to the community!

If I'm not mistaken, you need to run install.packages('skimr') to use that function.

Best,
Randy