Re: [R] Inquiry About R Packages for Specific Research Areas

2024-10-18 Thread Aleena Shaji
Hello, It does. Thank You, Aleena. On Thu, Sep 19, 2024 at 1:42 PM Rui Barradas wrote: > Hello, > > There is a CRAN Task View: Epidemiology that should be or have what you > are looking for. > > [1] https://CRAN.R-project.org/view=Epidemiology > > Hope this helps, > > Rui Barradas > > Às 06

Re: [R] DPLYR Multiple Mutate Statements On Same DataFrame

2024-10-18 Thread Rui Barradas
Às 08:27 de 18/10/2024, Rui Barradas escreveu: Às 22:50 de 17/10/2024, Sparks, John escreveu: Hi R Helpers, I have been looking for an example of how to execute different dplyr mutate statements on the same dataframe in a single step.  I show how to do what I want to do by going from df0 to d

Re: [R] DPLYR Multiple Mutate Statements On Same DataFrame

2024-10-18 Thread Rui Barradas
Às 22:50 de 17/10/2024, Sparks, John escreveu: Hi R Helpers, I have been looking for an example of how to execute different dplyr mutate statements on the same dataframe in a single step. I show how to do what I want to do by going from df0 to df1 to df2 to df3 by applying a mutate statement