Skip to content

Instantly share code, notes, and snippets.

View mlev71's full-sized avatar

Max Levinson mlev71

  • University of Virginia
  • Charlottesville, VA
View GitHub Profile
@mlev71
mlev71 / fread-demo.R
Created April 4, 2017 17:04 — forked from wush978/fread-demo.R
decompress bzfile and remove null string and read in fread
fread(sprintf("bzcat %s | tr -d '\\000'", filename))