I’m currently working on learning r programming to use at work. Is there a good place whereI can ask for answers to the issues I’m running into that I cannot find by just searching online.
I’m currently working on learning r programming to use at work. Is there a good place whereI can ask for answers to the issues I’m running into that I cannot find by just searching online.
Hi OP I am an R dev.
Once you have some basics, try to use the built in documentation by typing ?fun where fun is the function you are trying to use. The examples are extra useful.