AI tools for R programming

Slides in full screen | Download PDF slides

Resources

Below you find a few links to further resources on AI tools for R programming. This is only a selection from the vast amount of tools available.

Browser-based AI-Tools

  • Julius AI: Browser-based tool where you can ask questions about your data. You can upload a dataset and ask questions about it. The AI will then give you answers and visualizations. You can also download the corresponding R script.
    • Works great but costs ~20€ per month, but you can get a 50% discount if you are a student or academic
  • The usual ones: ChatGPT, Claude, Gemini, …

Integrated AI tools

GitHub Copilot is one of the most widespread integrated tool. It gives you inline code suggestions and Chat options. Great to code faster, write better code, debug, etc.

If you are using RStudio, you can use it for inline code suggestions. In Positron or VS Code you can also use the chat option. Here are all the links that you need to get started: