Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are working with the penguins dataset. You want to use the summarize ( ) and max ( ) functions to find the maximum value

You are working with the penguins dataset. You want to use the summarize() and max() functions to find the maximum value for the variable flipper_length_mm. At this point, the following code has already been written into your script:
penguins %>%
drop_na()%>%
group_by(species)%>%
Add the code chunk that lets you find the maximum value for the variable flipper_length_mm.
(Note: do not type the above code into the code block editor, as it has already been inputted. Simply add a single line of code based on the prompt.)
1
Reset
What is the maximum flipper length in mm for the Gentoo species?
1 point
200
210
212
231

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learning PostgreSQL

Authors: Salahaldin Juba, Achim Vannahme, Andrey Volkov

1st Edition

178398919X, 9781783989195

More Books

Students also viewed these Databases questions

Question

Explain Coulomb's law with an example

Answered: 1 week ago

Question

What is operating system?

Answered: 1 week ago

Question

What is Ohm's law and also tell about Snell's law?

Answered: 1 week ago