Displaying 1 result from an estimated 1 matches for "secured_pay".
2008 Oct 15
1
Argh! Trouble using string data read from a file
...rings="");x }
Error in read.table(file = file, header = header, sep = sep, quote = quote,
:
'file' must be a character string or connection
> V4[[1]]
[1] Plus_Shipping.2008.18.dat
60 Levels: Easyway.2008.17.dat Easyway.2008.18.dat Easyway.2008.19.dat
Easyway.2008.20.dat ... Secured_Pay.2008.31.dat
>
The last column is comprised of valid Windows filenames (and no whitespace,
so as not to confuse things).
I see in the docuentation "`[[...]]' is the operator used to select a single
element, whereas `[...]' is a general subscripting operator.", so I assume
V4[...