[R] saving datafreame object problem

Thomas Lumley tlumley at u.washington.edu
Wed May 23 02:32:33 CEST 2007


On Tue, 22 May 2007, toby909 at gmail.com wrote:

> Do I miss here something?
>

Yes.

>
> dtaa =
> read.table("http://www.ats.ucla.edu/stat/mplus/examples/ma_snijders/mlbook1.dat",
> sep=",")
>
> head(dtaa)   # shows the data as it should be
>
> save(dtaa,"dtaa",file="c:/dtaa")
>
> d = load("c:/dtaa")
>

>From ?load
Value:

      A character vector of the names of objects created, invisibly.

So d is correct. Try ls() to find the loaded data.

 	-thomas



More information about the R-help mailing list