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/f23cec4b73b294b69f07425d393f6507 to your computer and use it in GitHub Desktop.
Save henriquepgomide/f23cec4b73b294b69f07425d393f6507 to your computer and use it in GitHub Desktop.
r
tb <-
cartola %>%
filter(player_slug %in% c("eduardo-sasha", "gilberto", "everton",
"pedro", "bruno-henrique", "everaldo")) %>%
select(player_slug, score_mean, diff_home_away_s,
shots_x_mean, fouls_mean, RB_mean,
G_mean, A_mean)
knitr::kable(tb, digits = 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment