Displaying 2 results from an estimated 2 matches for "nofunciones".
Did you mean:
funciones
2002 Feb 21
0
data.restore: warnings
...restore() (pack. foreign) to import
some S objects that were dumped to
a file with data.dump(). Functions
were excluded from the data.dump() in S.
I'm geting an error
and warnings (I normaly do not with other objects)
and don't know how to trace back the problem:
> data.restore("nofunciones.dmp")
Error in try(dimnames(value) <- thelist[[".Dimnames"]]) :
length of dimnames[2] not equal to array extent
In addition: Warning messages:
1: NAs introduced by coercion
2: NAs introduced by coercion
3: NAs introduced by coercion
4: NAs introduced by coercion
[1] "...
2002 Feb 21
0
data.dump from S to R: no functions
...; "INMS.clima.pre.cl1"
[5] "INMS.clima.pre.cl12" "INMS.clima.pre.cl4"
etc.
Then if you want you can select in b:
Splus/G:/path-8/meteo/smeteo>b <- b[-c(1,2,32,33,34)]
And finally data.dump:
Splus/G:/path-8/meteo/smeteo>data.dump(b,file="G:/nofunciones.dmb")
You can also write a simple function that would list only
non-function objects (i.e., lsnofun()), usiing the same approach.
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...