Skip to content

Commit

Permalink
Merge pull request #20 from ak2703/master
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
sux13 committed Feb 16, 2016
2 parents 63d3dc0 + c69ac7d commit 3833e62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2_RPROG/R Programming Course Notes.Rmd
Expand Up @@ -2,13 +2,13 @@
title: "R Programming Course Notes"
author: "Xing Su"
output:
pdf_document:
toc: yes
toc_depth: 3
html_document:
highlight: pygments
theme: spacelab
toc: yes
pdf_document:
toc: yes
toc_depth: 3
---
$\pagebreak$

Expand Down Expand Up @@ -551,7 +551,7 @@ $\pagebreak$
### Larger Tables
* ***Note**: help page for read.table important*
* need to know how much RAM is required $\rightarrow$ calculating memory requirements
* `numRow` x `numCol` x 8 bytes/numeric value = size required in bites
* `numRow` x `numCol` x 8 bytes/numeric value = size required in bytes
* double the above results and convert into GB = amount of memory recommended
* set `comment.char = ""` to save time if there are no comments in the file
* specifying `colClasses` can make reading data much faster
Expand Down

0 comments on commit 3833e62

Please sign in to comment.