[R] Reading these datasets

Sarah Goslee sarah.goslee at gmail.com
Wed Feb 3 12:43:48 CET 2010


Amy,

It would help if you told us what you did, and what warnings you received.
For instance, what happens with
mydata <- read.table("triazines.txt", sep="\t", header=TRUE)

You probably also need to delete off those initial blank lines, or use
skip=3 in the previous statement (or however many there actually are).

Sarah

2010/2/3 Amy Hessen <amy_4_5_84 at hotmail.com>:
>
> Hi,
>
> I receive too many warnings when I try to read the attached datasets. Could you please tell me where the problem in them?
>
> Cheers,
> Amy
>
>

-- 
Sarah Goslee
http://www.functionaldiversity.org



More information about the R-help mailing list