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/6aa6cbc5347f1b274093fc2405c4c8e1 to your computer and use it in GitHub Desktop.
Save henriquepgomide/6aa6cbc5347f1b274093fc2405c4c8e1 to your computer and use it in GitHub Desktop.
r
data_url <- "https://raw.githubusercontent.com/henriquepgomide/caRtola/master/data/2019/2019-medias-jogadores.csv"
cartola <- read.csv(data_url,
stringsAsFactors = FALSE)
glimpse(cartola)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment