Displaying 2 results from an estimated 2 matches for "do_dput".
Did you mean:
do_dot
2008 Aug 07
1
dput function (PR#12112)
Full_Name: Juan Gea
Version: R version 2.6.2
OS: Fedora Core 6
Submission from: (NULL) (79.153.48.49)
Abort:
objeS <- matrix("AAA",1000000)
class(objeS)
outTxt <- textConnection("vaClob", open = "w", local = FALSE)
dput(objeS,outTxt)
close(outTxt)
R version 2.6.2 (2008-02-08)
Copyright (C) 2008 The R Foundation for Statistical Computing
ISBN
2000 Jan 29
1
HDF5 as a module
...ve", do_save, 0, 111, 4, PP_FUNCALL},
{"load", do_load, 0, 111, 2, PP_FUNCALL},
- {"hdf5save", do_hdf5save, 0, 0, -1, PP_FUNCALL},
- {"hdf5load", do_hdf5load, 0, 11, 2, PP_FUNCALL},
{"deparse", do_deparse, 0, 11, 2, PP_FUNCALL},
{"dput", do_dput, 0, 111, 2, PP_FUNCALL},
{"dump", do_dump, 0, 111, 2, PP_FUNCALL},
--- 515,520 ----
Index: src/main/names.h
===================================================================
RCS file: /home/rcvs/src/R/src/main/names.h,v
retrieving revision 1.51
diff -c -r1.51 names.h
*** src/main/name...