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
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:
>
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
3 matches
Mail list logo