Skip to content

Instantly share code, notes, and snippets.

@sebastiansauer
Created July 28, 2023 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastiansauer/0649a0453b5cc7c6a1d16ac760667215 to your computer and use it in GitHub Desktop.
Save sebastiansauer/0649a0453b5cc7c6a1d16ac760667215 to your computer and use it in GitHub Desktop.
data(mtcars)
library(dplyr) # nicht "tidyverse", denn "dplyr" reicht
mtcars %>%
filter(am = 0) # den kürzesten Code, der Ihren Fehler entstehen lässt!
sessionInfo() # gibt Infos zur R-Version etc. aus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment