[R] error "The system cannot find the file specified..."
Rui Barradas
ru|pb@rr@d@@ @end|ng |rom @@po@pt
Sun Sep 23 11:29:59 CEST 2018
Hello,
I would add that it's probably better to assign
for(i in seq_along(file.names)){
A[[i]] <- extract_tables(file.names[i])
}
(It's a list so double [[, not just [).
Hope this helps,
Rui Barradas
Às 01:45 de 23/09/2018, Bert Gunter escreveu:
> for(i in 1:length(file.names)){
> A[i] <- extract_tables(file.names[i])}
More information about the R-help
mailing list