Re: [R] Importing files

2012-03-18 Thread jim holtman
nverted to POSIXct so you can use it? Do you just want to extract the value (V4)? So I don't see any problem in processing the data. 2012/3/18 Santiago Guallar : > Thank you Jim. > Here the original format and its conversion to txt. > > Santi > > From: jim holtman > To

Re: [R] Importing files

2012-03-18 Thread jim holtman
You attachment never made it through. Try sending it as '.txt' file. If the file is using both tabs and commas on the same line, then you may have to use 'readLines' to read it in, and then 'strsplit' to split out the different elements. On Sun, Mar 18, 2012 at 4:13 PM, Santiago Guallar wrote: >

[R] Importing files

2012-03-18 Thread Santiago Guallar
Hello, I'm trying to import into R files that contain data downloaded from logger devices as files with the following formats: .act .lig .trj .trn These files are essentially text files but use both tabs and commas as separators. I've tried the function scan: 1) scan("filename.act", what=charact