Re: [R] List of tables needed

2019-07-20 Thread David Winsemius
On 7/20/19 5:17 PM, Jackson Rodrigues wrote: Dear all, My name is Jackson and I need a help in applying functions to a list of tables. Could anyone help me to use loop/array on a list of tables ? I need to apply a group of functions (listed below) to a list of tables I am not that good wi

Re: [R] List of tables needed

2019-07-20 Thread Bert Gunter
?lapply See also the"Intro to R" tutorial that ships with R. We(or at least I) expect you to do your own homework learning basic R before posting here. This is not a substitute for such efforts, but we are willing to help when you get stuck. See the posting guide linked below and show us your own

[R] List of tables needed

2019-07-20 Thread Jackson Rodrigues
Dear all, My name is Jackson and I need a help in applying functions to a list of tables. Could anyone help me to use loop/array on a list of tables ? I need to apply a group of functions (listed below) to a list of tables I am not that good with loops or arrays or multiple functions. So, co