Skip to content

Commit c69ac7d

Browse files
committed
fix a typo
1 parent dac33d0 commit c69ac7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

2_RPROG/R Programming Course Notes.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "R Programming Course Notes"
33
author: "Xing Su"
44
output:
5-
pdf_document:
6-
toc: yes
7-
toc_depth: 3
85
html_document:
96
highlight: pygments
107
theme: spacelab
118
toc: yes
9+
pdf_document:
10+
toc: yes
11+
toc_depth: 3
1212
---
1313
$\pagebreak$
1414

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

0 commit comments

Comments
 (0)