File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22title : " R Programming Course Notes"
33author : " Xing Su"
44output :
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
You can’t perform that action at this time.
0 commit comments