Displaying 1 result from an estimated 1 matches for "kwfl".
Did you mean:
kw_l
2009 Feb 20
1
How to transfer a list of space delimited character elements into a char vector?
...;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 two adjacent elements,
typing " in front of the first element,
and typing " right after the last element.
when using them to generate a character vector.
Many Thanks in advance.
-Sean
[[alternative HTML version deleted]]