Skip to content
Prev 389278 / 398506 Next

how to remove factors from whole dataframe?

You do not understand factors. There is no "base type" that can be recovered.
[1] whoa baby
Levels: whoa baby
[1] 1 2
attr(,"levels")
[1] "whoa" "baby"
[1] "integer"


Bert Gunter

"The trouble with having an open mind is that people keep coming along
and sticking things into it."
-- Opus (aka Berkeley Breathed in his "Bloom County" comic strip )

On Sun, Sep 19, 2021 at 2:15 PM Avi Gross via R-help
<r-help at r-project.org> wrote: