Skip to content

Instantly share code, notes, and snippets.

@pbiecek
Created April 15, 2015 10:16
Show Gist options
  • Save pbiecek/e5976037a84b820e2b48 to your computer and use it in GitHub Desktop.
Save pbiecek/e5976037a84b820e2b48 to your computer and use it in GitHub Desktop.
library(PogromcyDanych)
auta2012 %>%
group_by(Kolor) %>%
summarise(mKM = median(KM, na.rm=T)) %>%
arrange(-mKM) %>%
slice(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment