F"
A.K.
- Original Message -----
From: Pascal Oettli
To: Takatsugu Kobayashi
Cc: R-help@r-project.org
Sent: Friday, June 29, 2012 3:16 AM
Subject: Re: [R] Help for string opeation
Hello,
Does 'unlist' function do what you are asking about?
Regards.
Le 29/06/2012 11:
Hello,
Does 'unlist' function do what you are asking about?
Regards.
Le 29/06/2012 11:52, Takatsugu Kobayashi a écrit :
Hi R users,
I appreciate if you could give me some hint/help on this string operation.
Suppose I have a list of string objects in varying sizes like
[[1]]
[1] "A" [2] "B"
Hi R users,
I appreciate if you could give me some hint/help on this string operation.
Suppose I have a list of string objects in varying sizes like
[[1]]
[1] "A" [2] "B" [3] "C"
[[2]]
[1] "D" [2] "E"
[[3]]
[1] "F"
Then I would like to create a vector that contains all elements like
[1] "A"
3 matches
Mail list logo