Skip to content

Instantly share code, notes, and snippets.

@henriquepgomide
Created September 21, 2019 21:57
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 henriquepgomide/fb4838856fd2ef7cfd2eac020c5e377b to your computer and use it in GitHub Desktop.
Save henriquepgomide/fb4838856fd2ef7cfd2eac020c5e377b to your computer and use it in GitHub Desktop.
r
tb <-
cartola %>%
filter(player_slug %in% c("gabriel", "bruno-henrique", "pedro", "wellington-silva")) %>%
select(player_slug, score_mean, diff_home_away_s,
score_mean_home, score_mean_away, shots_x_mean,
G_mean)
knitr::kable(tb, digits = 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment