Skip to content

Instantly share code, notes, and snippets.

@mbacou
Created March 25, 2013 16:25
Show Gist options
  • Save mbacou/5238403 to your computer and use it in GitHub Desktop.
Save mbacou/5238403 to your computer and use it in GitHub Desktop.
R: Read head/tail of large files
# Read head/tail of large files
readLines("./2010 BMGF/data/Segments/cell5m_d14.txt", n=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment