[rkward-cvs] rkward/rkward/plugins/00saveload/load/load code.php,NONE,1.1 description.xml,NONE,1.1
adrien
adhardemare at users.sourceforge.net
Tue Apr 5 09:23:06 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/plugins/00saveload/load/load
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19431/rkward/plugins/00saveload/load/load
Added Files:
code.php description.xml
Log Message:
third attempt (plugin load)
--- NEW FILE: description.xml ---
<!DOCTYPE rkplugin>
<document>
<entry type="entry" id="load" label="Load a R object" />
<!-- The layout-section takes care of the layout of the GUI for this plugin. --> <dialog>
<tabbook>
<tab label="Select variables" >
<browser size="small" id="file" label="Name of the file" filter="*.RData" />
</tab>
</tabbook>
</dialog>
</document>
--- NEW FILE: code.php ---
<?
function preprocess () {
}
function calculate () {
?>
load(file = "<? getRK("file") ; ?>" )
<?
}
function printout () {
// produce the output
?>
<?
}
function cleanup () {
?>
<?
}
?>
More information about the rkward-tracker
mailing list