Posts by DODO BOLADAO • 1 point
1 post
-
0
votes2
answers3195
viewsA: Error importing data . csv to Rstudio
Run the command again: Melipona <- read.csv(Melipona, header=TRUE,Sep=";") Only this time try: melipona <- read.csv('melipona.csv', header=TRUE, sep=";") I have that problem sometimes.…