Posts by Gabriel Reis • 21 points
1 post
-
2
votes2
answers1281
viewsA: How to import . dat file to R
You can read directly from the R base using read.delim(): dados <- read.delim("arquivo.dat")
ranswered Gabriel Reis 21
1 post
2
votes2
answers1281
viewsYou can read directly from the R base using read.delim(): dados <- read.delim("arquivo.dat")