Guest User

Untitled

a guest
Sep 6th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
R 0.26 KB | None | 0 0
  1. dir.list = list.files("C:/Users/john/Desktop/test" , full.name = TRUE)
  2.  
  3. file1 = dir.list[1]
  4. file2 = dir.list[2]
  5.  
  6. x = read.table(file = file1,encoding="ASCII",sep="\t") # 正常讀入的
  7.  
  8. y = read.table(file = file2,encoding="ASCII",sep="\t") # 無法讀入的
Advertisement
Add Comment
Please, Sign In to add comment