ql connection to read in the table.
>
> That being said, how can I do to fix tve issue?
>
> Best regards,
>
> Paul
>
>
>
> Mensaje original ----
> Asunto: Re: [R] Getting an unexpected extra row when merging two dataframes
> De: jim holtman
> Para
first of all when you read the data in you get 379 rows of data since
you did not say 'header = TRUE' in the read.table. Here is what the
first 6 lines of you data are:
> dataset1 <- read.table('/users/jh52822/downloads/containertestdata.txt')
>
> str(dataset1)
'data.frame': 379 obs. of 2 vari
2 matches
Mail list logo