Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dir.list = list.files("C:/Users/john/Desktop/test" , full.name = TRUE)
- file1 = dir.list[1]
- file2 = dir.list[2]
- x = read.table(file = file1,encoding="ASCII",sep="\t") # 正常讀入的
- y = read.table(file = file2,encoding="ASCII",sep="\t") # 無法讀入的
Advertisement
Add Comment
Please, Sign In to add comment