Skip to content
Prev 390999 / 398506 Next

[External Email] Re: how to rename variables by lopping off first 3 characters

Thanks! This has gotten me on the right track.  One of my mistakes was that
I was explicitly using the word select, as in

rename_at(select(starts_with ....
or
rename_at(select(vars(starts_with ....

--Chris Ryan
On Mon, Mar 14, 2022 at 1:11 PM Bert Gunter <bgunter.4567 at gmail.com> wrote: