Question: Solve using R programming language Using your own character vector containing the full names of ten construction workers, produce codes to solve the following problems,
Using your own character vector containing the full names of ten construction workers, produce codes to solve the following problems, sequentially: (a) First, arrange the names in alphabetical order (2 marks) (b) Next, remove any spaces in each worker's name (2 marks) (c) Then, trim each full name resulting only in the first 15 characters (2 marks) (d) After that, assign a worker's ID number based on the sorted sequence of names and associate each ID with the names in a data frame (2 marks) (e) Finally, save the record in comma separated value file (2 marks)
Step by Step Solution
There are 3 Steps involved in it
To solve these problems using R fo... View full answer
Get step-by-step solutions from verified subject matter experts
