Hi..I'm getting stucked on something simple.

I'm studying on the Google Data Analytics Professional 7th course with programming R
this photo is where I get stucked..
I feel I miss something simple but I don't get it. what Should I do for solving this problem?

Try inserting at the top

library(palmerpenguins)
data(package = 'palmerpenguins')

If that doesn’t work, ask the notebook author to fix the configuration to make the penguins dataset available. Otherwise, you will need to download and install R locally.

you are genius
thank you so much

1 Like

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.