Question: Exercise 1. Debug the following code read_cav(API_ILO_country_YU. cav) >% gather (year, Unemployment Rate , '2010 : 2014, convert=TRUE) %>% filter(str_detect ( Country Name ,

 Exercise 1. Debug the following code read_cav("API_ILO_country_YU. cav") ">% gather (year,

"Unemployment Rate" , '2010" : "2014", convert=TRUE) %>% filter(str_detect ( Country Name"

Exercise 1. Debug the following code read_cav("API_ILO_country_YU. cav") ">% gather (year, "Unemployment Rate" , '2010" : "2014", convert=TRUE) %>% filter(str_detect ( Country Name" , " \\\\(IDA. *\\\\) % % mutate ( Country Name* = str_replace(*Country Name , "", "\\\\(IDA. *\\\\)")) %>% select (-"Country Code" ) >% ggplot (aes (x=year , y="Unemployment Rate", color="Country Name") ) %>% + geom_point () + geom_line ()

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Mathematics Questions!