Skip to content
Prev 385626 / 398503 Next

[External] Re: how to replace values in a named vector

I can't understand non-words with that many letters.  I think this is what you
are looking for:
[1] "A" "B" "C" "D"
A   B   C   D
"a" "b" "c" "d"
[1] FALSE  TRUE  TRUE FALSE
B   C
"b" "c"
A   B   C   D
"a" "x" "y" "d"
If not, please ask the question again with simpler-appearing vectors and show
us what you would like the answer to be.
On Mon, Sep 14, 2020 at 12:37 PM Ana Marija <sokovic.anamarija at gmail.com> wrote: