The following objects are masked from d (pos = 24): BET, BUX, CRON, ï..WORLD, PX, WIG

i have a problem that: data imported into R with variable name is WORLD. But when I show the figture, it presents ï..WORLD

PLS HELP

the names() function can change the names of of variables within dataframes.

?names

in your console to read about it ( contains examples)

Please show me how i can change?

d = read.csv(file = "datar.csv", header = TRUE,sep = ",")

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.