search for: function_w

Displaying 1 result from an estimated 1 matches for "function_w".

Did you mean: function_b
2009 Feb 20
1
How to transfer a list of space delimited character elements into a char vector?
My dear R-helpers: I am a novice in R and have the following text string manipulation question. Is there a function that performs the job described below? Say, wanted_output <- c("ab", "cd", "ef") #the function_wanted can generate c("ab", "cd", "ef") using ab cd ef as the single input argument wanted_output <- function_wanted(ab cd ef) Motivation: I have a very long list of character elements (like, ab cd ef gg ww kwfl ......), I try to avoid typing "," between...