(1) Read in the data and create an R data frame named tennis.dfr 
that has the following names for its columns:  first.name, last.name,
major.match.wins, major.match.losses, overall.match.wins, 
overall.match.losses, major.titles, overall.titles.  (Note that the 
data file has several explanatory lines before the real data begin 
that should be skipped when reading in the data lines.)
NOTE:  For the file name, you must use the following web address (URL): 
"http://people.stat.sc.edu/hitchcock/tennisplayers2018.txt".  
Please do not have your code read in the file from your own...