Question: Task 3 Given the following character vector x = c(hayward,fremont,union city,san jose,castro valley), generate another vector named y showing the number of characters in each
Task 3
Given the following character vector x = c("hayward","fremont","union city","san jose","castro valley"), generate another vector named y showing the number of characters in each string in x. Your result look like the following:

>y [1] 77710813
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
