Displaying 3 results from an estimated 3 matches for "123abc123".
2002 Feb 01
0
comment.char in read.fwf (PR#1297)
...; in the call to scan, so that the entire string is passed
to read.table. That seems to be the intended purpose of the call to scan
anyway.
Here is an example where I'd like to specify comment.char="" to turn off the
interpretation of comments altogether.
Contents of file test.dat:
123ABC123
123#3 123
123XYZ123
> read.fwf("test.dat", widths=c(3,3,3), sep="\t", comment.char="")
V1 V2 V3
1 123 ABC 123
2 123 NA NA
3 123 XYZ 123
Replacing this assignment in read.fwf:
raw <- scan(file, what = "", sep = "\n", quote = "...
2002 Feb 01
0
comment.char in read.fwf (PR#1298)
...; in the call to scan, so that the entire string is passed
to read.table. That seems to be the intended purpose of the call to scan
anyway.
Here is an example where I'd like to specify comment.char="" to turn off the
interpretation of comments altogether.
Contents of file test.dat:
123ABC123
123#3 123
123XYZ123
> read.fwf("test.dat", widths=c(3,3,3), sep="\t", comment.char="")
V1 V2 V3
1 123 ABC 123
2 123 NA NA
3 123 XYZ 123
Replacing this assignment in read.fwf:
raw <- scan(file, what = "", sep = "\n", quote = "...
2003 Apr 24
2
R-1.7.0 build feedback: NetBSD 1.6 (PR#2837)
R-1.7.0 built on NetBSD 1.6, but the validation test suite failed:
Machinetype: Intel Pentium III (600 MHz); NetBSD 1.6 (GENERIC)
Remote gcc version: gcc (GCC) 3.2.2
Remote g++ version: g++ (GCC) 3.2.2
Configure environment: CC=gcc CXX=g++ LDFLAGS=-Wl,-rpath,/usr/local/lib
make[5]: Entering directory `/local/build/R-1.7.0/src/library'
>>> Building/Updating