Re: [R] Saving workspace data

2007-07-13 Thread John Kane
--- Renger van Nieuwkoop <[EMAIL PROTECTED]> wrote: > Hi > > I imported a lot of text-files with R and saved them > by using: > save(list=ls(),file="Grunddaten.Rdata") > > After that I wanted to check my saved data and wrote > source("Grunddaten.Rdata") > > This gives me an error: >

[R] Saving workspace data

2007-07-13 Thread Renger van Nieuwkoop
Hi I imported a lot of text-files with R and saved them by using: save(list=ls(),file="Grunddaten.Rdata") After that I wanted to check my saved data and wrote source("Grunddaten.Rdata") This gives me an error: Error in parse(file, n = -1, NULL, "?") : Syntax error at 1:  Can so