@sandyyy wrote:
Dear all,
I am a newbie in R. My question is, How to open a file with .tbl extension in R?
I opened with
tbl <- read.table(file.choose(),header=TRUE,sep="\")
and the file is giving following output with head(tbl)
ColA.ColB.ColC 1 1\A\2 2 2\B\2
Posts: 2
Participants: 2