Re: [R] Using tryCatch in a for loop

2018-05-22 Thread Bailey Hewitt
Ah ok this solves it for me, thank you!  Bailey From: Bert Gunter Sent: May 22, 2018 4:42 PM To: Bailey Hewitt Cc: Daniel Nordlund; r-help@R-project.org Subject: Re: [R] Using tryCatch in a for loop   No. If your ouput is a numeric "matrix", it cannot include alpha. Co

Re: [R] Using tryCatch in a for loop

2018-05-22 Thread Bert Gunter
> }, error= function(e) {cat("Error", "\n")}, > warning= function(w) {cat("Warning", "\n")}) > } > > Bailey > > > > > From: Daniel Nordlund > Sent: May 22, 2018 3:06 PM > To: Bailey Hewitt; Bert Gunter > Cc: r-help@R-

Re: [R] Using tryCatch in a for loop

2018-05-22 Thread Daniel Nordlund
If any of this is confusing please let me know and I will clarify! Thanks! Bailey From: Bert Gunter Sent: May 22, 2018 2:13 PM To: Bailey Hewitt Cc: r-help@R-project.org Subject: Re: [R] Using tryCatch in a for loop Others may have greater insight, but my response is: Exactly what did

Re: [R] Using tryCatch in a for loop

2018-05-22 Thread Bert Gunter
ld be in row 2 (row 1 would be titles) and so on. If any of this is > confusing please let me know and I will clarify! > > > Thanks! > > > Bailey > > > -- > *From:* Bert Gunter > *Sent:* May 22, 2018 2:13 PM > *To:* Bailey Hewitt >

Re: [R] Using tryCatch in a for loop

2018-05-22 Thread Bailey Hewitt
know and I will clarify! Thanks! Bailey  From: Bert Gunter Sent: May 22, 2018 2:13 PM To: Bailey Hewitt Cc: r-help@R-project.org Subject: Re: [R] Using tryCatch in a for loop   Others may have greater insight, but my response is: Exactly what did or didn't happen that makes you say

Re: [R] Using tryCatch in a for loop

2018-05-22 Thread Bert Gunter
Others may have greater insight, but my response is: Exactly what did or didn't happen that makes you say the code didn't work? That is, what did or didn't you get when you ran it compared to your expectations? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep