Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use R write: What is the county with the *current* (e.g., on the most recent date) highest number of cases in each state? Use
Please use R write:
What is the county with the *current* (e.g., on the most recent date) highest number of cases in each state?
Use the `group_by()` function
Your answer should be a *vector* of "location" (`county_state`) names, stored in the variable `highest_case_locations_by_state`
Data frame: county_df
Data frame columns: date, county_state, county, state, fips, cases, deaths
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started