BabyNames can be found in the "DataComputing" package and I need those answer within 2 hours. Please, help me
1. Produce a data table showing, for each year,
the number of babies given the 100 most
popular names in that year and the number of
babies given names not in the top 100. Like
this
year
2013
2013
2012
2012
2011
2011
ranking
Below
Top_100
Below
Top_100
Below
Top_100
total
2588290
1019807
2599397
1039441
2589001
1054997
and so on for 268 rows altogether.
2. Use spread() and mutate() to find the
fraction of babies with names in the top 100
each year.
3. Make a line graph showing how this fraction
has changed over the years. Be sure to include
an informative title and axis labels.
PROBLEM 13.3: Find the names in BabyNames that were
very popular in some year but which were very unpopular
in some other year. Take being in the top 50 in a year as
being "very popular" and being below the top 1000 in a
year as being "very unpopular."
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme