I am working with 'penguins' dataset.
I have already installed and loded the "palmerpenguins" package and library.
Now, I am trying to use the pipe to select the 'species' column but it is giving me an error and I couldn't figure out what that means.
Code I am using:
penguins %%
select (species)
Error I am getting:
Error in select (species) : object 'species' not found