Entering edit mode
6.6 years ago
Morteza Hadizadeh
▴
60
Hello everyone, How to add the "header" function to a dataset in R? for example, this command enters in the R, but I encounter the following error in the software.
res<- read.ftable("C:/R Database/Volcano/results.txt", header= TRUE)
Error in read.ftable("C:/R Database/Volcano/results.txt", header = TRUE) : unused argument (header = TRUE)
instead use
change
sep
argument if separator is not tab, but some thing else.