Error with skim_without_charts(penguins)

I keep receiving error messages for running this code. Please see below everything that has been installed and still receiving an error message any help would be appreciated as I am very new to R.

Thank you in advance

install.packages("palmerpenguins")
Installing package into ‘/cloud/lib/x86_64-pc-linux-gnu-library/4.0’
(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 3000992 bytes (2.9 MB)
==================================================
downloaded 2.9 MB

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

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

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

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

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

library(skimr)
skim_without_charts(penguins)
Error in skim_without_charts(penguins) : object 'penguins' not found

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.