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.

  • Vamanos@lemmy.world
    link
    fedilink
    arrow-up
    12
    ·
    8 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.