Skip to content
Prev 391003 / 398506 Next

how to rename variables by lopping off first 3 characters

The dots may appear because you don't use check.names=FALSE with
read.table().  E.g.,
header=TRUE)
  Temp...C. Length..cm.
1      37.8         145
header=TRUE, check.names=FALSE)
  Temp (?C) Length (cm)
1      37.8         145

-Bill
On Mon, Mar 14, 2022 at 10:57 AM Rui Barradas <ruipbarradas at sapo.pt> wrote: