Fix some typos in docs and examples and make the code look nicer.
This commit is contained in:
parent
70801d47d1
commit
8985c34809
45 changed files with 717 additions and 717 deletions
|
|
@ -146,7 +146,7 @@ file makeRData.R which contains the following
|
|||
|
||||
<pre>
|
||||
source('BigFile.R')
|
||||
save(list=ls(all=TRUE),file="BigFile.RData", compress=TRUE)
|
||||
save(list=ls(all=TRUE), file="BigFile.RData", compress=TRUE)
|
||||
q(save="no")
|
||||
</pre>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue