# R und R-Studio Ressourcen #feld/soziologie/statistik #tool/rstats - [10 Things Software Developers Should Learn about Learning – Communications of the ACM](https://cacm.acm.org/research/10-things-software-developers-should-learn-about-learning/) - Learn how to learn code better - [Big Book of R](https://www.bigbookofr.com) - Sammlung von Bücher und anderen ressourcen zu R - [The big handy post of R resources](https://www.reddit.com/r/RStudio/comments/1aq2cew/the_big_handy_post_of_r_resources/) - die kommentare sind ebenfalls gold! Ressoucen die hier verlinkt sind, versuche ich nicht zu doppeln. - Posit[^1] [Cheatsheets](https://rstudio.github.io/cheatsheets/) - Gerade die zu RStudio, Quarto, ggplot2 und rmarkdown sind toll - Mein kleines [[R Syntax Cheatsheet]] - …für soziologie reichts - [R Lernen mit dem Institut für Pychologie der TU Chemnitz](https://rlernen.de/) - [Visualizing Information and Spatial Analysis with ggplot2 Extensions – visage](https://aditya-dahiya.github.io/visage/) - this site demonstrates how packages like sf, various ggplot2 extensions, and other tools in the tidyverse enhance data manipulation and visualization. Explore dynamic graphs, interactive maps, and reproducible workflows built with Quarto to see how modern tools can turn data into insights. [^1]: die Entwicklerfirma hinter RStudio ## Books - [R for Data Science (2e)](https://r4ds.hadley.nz) - how to get your data into R, get it into the most useful structure, transform it and visualize - [R Graphics Cookbook, 2nd edition](https://r-graphics.org) - a practical guide that provides more than 150 recipes to help you generate high-quality graphs quickly - [ggplot2 extension cookbook](https://evamaerey.github.io/ggplot2-extension-cookbook/) ## Snippets If you have typed the character sequence for a snippet and want to insert it immediately (without going through the completion list) you can press **Shift+Tab.** [^2] Most relevant: Snippets for Quarto docs are in the markdown snippet file. Tip: `r + Shift + Tab` will get you an ==**R Code block**==. [^2]: Source: [Code Snippets in the RStudio IDE – Posit Support](https://support.posit.co/hc/en-us/articles/204463668-Code-Snippets-in-the-RStudio-IDE) ## Fragen, Community und Austausch - [Stackoverflow](https://stackoverflow.com/questions/tagged/r) - spezifisch der R Tag ist nice - Es gibt noch einen Stackexchange spezifisch für [Data Science](https://datascience.stackexchange.com) (und viele [andere](https://stackexchange.com/sites)) - [r/rstudio](https://www.reddit.com/r/RStudio) - "A place for users of R and RStudio to exchange tips and knowledge about the various applications of R and RStudio in any discipline" - [r/rstats](https://www.reddit.com/r/rstats/) - "A subreddit for all things related to the R Project for Statistical Computing. Questions, news, and comments about R programming, R packages, RStudio, and more" - on pretty much any platform `#rstats` will get you inspiration and updates ## Content - [Decipher R Lessons](http://www2.decipher.codes/RLessons.html) - [w3 Schools R Kurs](https://www.w3schools.com/r/default.asp) ## Nicer scheiß - Theme: [Atom One](https://github.com/johnnybarrels/rstudio-one-dark-pro-theme) - ich liebe einfach das Atom One Syntax Highlighting - Font: [JetBrains Mono](https://www.jetbrains.com/lp/mono/) - die beste Schriftart zum Programmieren ### Obsidian Integration Like many, I like to keep rstats snippets and annotations to them in my notes. But not all know you can to go further than that and use Obsidian for quick sketching! Thanks to the plugin "ridian", you have the full power of R right in Obsidian (on Linux, macOS or windows). With ".qmd as .md" you can edit qmd files right in Obsidian. Neat! - [Code Emitter](obsidian://show-plugin?id=code-emitter) - allows code blocks to be executed interactively like in Jupyter Notebooks. Neat for quick formula testing! - Works on all Android, iOS/ipadOS, macOS, Windows and Linux - [Ridian](obsidian://show-plugin?id=ridian) - Execute R code **within** Obsidian by calling the R executable - edit and render .qmd files - Works on macOS, Windows or Linux - [and as md](obsidian://show-plugin?id=qmd-as-md-obsidian) - View and edit Quarto files in obsidian