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
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 = ",")