Displaying 2 results from an estimated 2 matches for "x8x10".
Did you mean:
x8.10
2004 Oct 08
1
reading partial file content
...gt; > 8 10
> > 11 14
> > 16 16
> > 18 15 12
> > 6 20
> > 4 4 12
> > 20 18
> >
> >
> > > x.1 <- read.table('/tempxx.txt',fill=T)
> > >x.1
> > X8X10
> > 11 14 NA
> > 16 16 NA
> > 18 15 12
> > 6 20 NA
> > 4 4 12
> > 20 18 NA
> >__________________________________________________________
> > James Holtman "What is the problem you are trying tosolve?"
> > Executive Technical...
2004 Oct 07
3
Read.Table Reading a Text file
Dear R users and Helpers
I am beginner with using R and interested in carrying out certain task for my statistical research.
I am reading data for a text file, which could contain data in following pattern
x y
8 10
11 14
16 16
18 15
6 20
4 4
20 18
As per the example I have two columns and 7 rows of data in each.
However is real life data situation I may not know how many columns are present