[R] reading data problem
greg holly
m@k@hholly @ending from gm@il@com
Mon Sep 24 20:26:39 CEST 2018
Hi Dear all;
I have a dataset with 151*291 dimension. After making data read into R I am
getting a data with 96*291 dimension. Even though I have no error message
from R I could not understand the reason why I cannot get data correctly?
Here are my codes to make read the data
a<-read.table("for_R_graphs.csv", header=T, sep=",")
a<-read.table("for_R_graphs.txt", header=T, sep="\t")
Regards,
Greg
[[alternative HTML version deleted]]
More information about the R-help
mailing list