Advertisement
Guest User

Untitled

a guest
May 23rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. mystery13GB <- read.table("xtra_All_errors_with_metainfo.txt", header=TRUE, sep="\t", dec=".", encoding = "UTF-8", quote = "", nrows = 1000)
  2.  
  3. #selecting the description column, leaving out the rest
  4. mystery.selected.cols <- read.table("xtra_All_errors_with_metainfo.txt", header=TRUE, sep="\t",
  5. dec=".", encoding = "UTF-8", quote = "", colClasses = c(rep("NULL", 31), "character", rep("NULL", 4)))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement