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.
Ask ChatGPT. It won’t always be correct, but is patient with a new learner, so to speak. You can ask it to explain in more detail, or “is there another way to do that?” and get a different perspective on a solution.
Vamanos@lemmy.world 11 months ago
Agree on stack overflow. And part of learning how to program is trying to structure logic into thoughtful questions.
With R specifically I’d recommend looking into the tidyverse library for R. Or at least understand the libraries your work environment will be specifying to make sure you’re on the same page.