Displaying 2 results from an estimated 2 matches for "stat342".
Did you mean:
stat32
2004 Jul 15
3
More on global environment
To follow up on my previous question, suppose a user R session wants to
unload one workspace and load another within an R session. Is the
following the correct sequence?
1. save.image() to save the current workspace as .Rdata in the current
working directory.
2. rm(list=ls()) to remove everything from the workspace.
3. setcwd("xxx") to set the new working directory.
4.
2004 Jul 12
0
Where does R search when source() ?
...(1) collections of useful homebrew functions,
(2) project workspaces, and (3) "packages" under development. An .Rdata
file containing these and other handy functions together with a brief
supporting document can be downloaded from a course website:
http://faculty.washington.edu/lunnebor/Stat342/
Click on Exercises to get to the proper page.
**********************************************************
Cliff Lunneborg, Professor Emeritus, Statistics &
Psychology, University of Washington, Seattle
cliff at ms.washington.edu
----- Original Message -----
From: <r-help-request at s...