Create a vector test which contains the following sequence - "low","medium","low","low","medium","medium","high","high","high","low" Convert test to a vector of type factor. Make sure the levels have order. Assign the 10th element in the vector test to ‘very low’ Print the test vector and see if the 10th element has been assigned correctly. If not adjust the levels argument of the test vector to include very low.