Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following function is good for the automatic splitting of names?

a) split
b) strsplit
c) autsplit
d) none of the mentioned

Answer: b
Explanation: strsplit split a character string or vector of character strings using a regular expression or a literal string.

Join The Discussion