Re: [R] Need help with an iteration

2019-08-13 Thread PIKAL Petr
sult[i,] <- apply(file, 2,myf) Output result after cycle ends. } write.csv(result, "somename.csv") Data frame "result" could be predefined based on number of your files and output columns. Cheers Petr > -Original Message- > From: R-help On Behalf Of Neotro

[R] Need help with an iteration

2019-08-13 Thread Neotropical bat risk assessments
Hi all, I am having an issue with trying to run iterations for the same analysis with a list of data sets.  I am assuming I am missing a basic step here. Code I am trying is below.  Not certain if a NEXT call needs to be included somewhere or not. This is run under the Deducer GUI.  I would a