search for: seekiong

Displaying 1 result from an estimated 1 matches for "seekiong".

Did you mean: seeking
2007 Mar 23
4
Conversion from string to date type
Hi, I'm on my very first steps to R and so I hope that I do not ask a really stupid questions but I did not found it via R-Search, in the FAQ or Google (BTW, the name "R" is not a really good seekiong criterion ;-) ). I have a data file containing a table that containes dates and values like date\t value1\t value2, ... 01.03.2007\t 17\t 42\t ... 02.03.2007\t 2\t 3\t ... 03.03.2007\t 47\t 11\t ... ... I was perfectly able to read this file via mydata <- read.csv(file='mydata.dat',...