Hi all I can't seem to load a workspace created in Windows, when I try to load it in R on a Unix machine. How can I do it? Thanks! regards, Jens Johansen
How to load a workspace, which was created in Windows, in Unix
3 messages · Jens Vilstrup Johansen, Peter Dalgaard, Brian Ripley
Jens Vilstrup Johansen <jens at binf.ku.dk> writes:
Hi all I can't seem to load a workspace created in Windows, when I try to load it in R on a Unix machine. How can I do it?
load("myfile") should work...
O__ ---- Peter Dalgaard ??ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
On Fri, 4 Nov 2005, Jens Vilstrup Johansen wrote:
Hi all I can't seem to load a workspace created in Windows, when I try to load it in R on a Unix machine. How can I do it?
What error message do you get? It normally works (and is widely used in R packages for the .rda format), so did you transfer the .RData in binary mode? For completeness, do an MD5 check on the file before and after transfer (via package tools).
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595