Displaying 2 results from an estimated 2 matches for "dumpclass".
Did you mean:
dhcpclass
2004 Jul 21
1
dumpClass, hasSlot in R?
Venables and Ripley (2000) R Programming (Springer, sec. 5.1) and
Chambers (1998) Programming with Data (Springer) describe functions such
as dumpClass and hasSlot that I can not find in R 1.9.1 for Windows nor
in the "R site search". What do people use for similar functionality?
Also, what resources have people found useful for learning about S4
classes, other than these 2 references?
Thanks, Spencer Graves
2008 Mar 30
1
package.skeleton.S4
...### If code_file is empty, it save all invisible in pack-internal.R
and all the function one by one in its file
### If code_file is not empty, is save the code_file
if (!use_code_files){
message("Saving functions and data ...")
warning("*** Does not work: dumpClass and dumpMethod are not
implemented yet ***")
warning("*** Use code_file instead ***")
###########################################################################
# if (any(internalObjInds)){dump(internalObjs, file =
file.path(code_dir, sprintf("%s-internal.R&quo...