Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

How to open .tbl file in R?

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles