Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.42 KB | None | 0 0
  1. library(readxl)
  2. FIFA_football_players_2018 <- read_excel("C:/Users/merzh/Downloads/Telegram Desktop/FIFA_football_players_2018.xlsx",
  3.   col_types = c("date", "text", "text", "text", "text", "text", "text", "numeric", "numeric", "numeric", "numeric"),
  4.   col_names = c("Birth_date", "FIFA_Popular_Name", "Team", "Play_Country", "Club", "Pos", "Short_Name", "Number",
  5.                 "Age", "Height", "Weight"), skip = 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement