a. Extract on 2020 presidential election data: year
b. Only include Democrats and Republican votes: party
c. Include variables: state_po, county_name, county_fips, party, candidatevotes
d. Merge the above data with FIPS to Geocode Datausing the FIPS as the primary key.
e. Create an interactive choropleth map to display the presidential election results at the county level using two different colors to represent the two parties. You can choose any R library to accomplish this part of the assignment.