Displaying 1 result from an estimated 1 matches for "2196001_calbor_2008_veneguera".
2012 Mar 18
2
Importing files
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=character(0)) returns only two columns from the original 5
2) scan("copia.act",