~ubuntu-branches/debian/jessie/rkward/jessie

« back to all changes in this revision

Viewing changes to rkward/plugins/00saveload/save/save.rkh

  • Committer: Package Import Robot
  • Author(s): Thomas Friedrichsmeier
  • Date: 2012-10-24 15:30:00 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20121024153000-tbipm23vx4j8mzzr
Tags: 0.6.0-1
* new upstream release
* remove support for building on Ubuntu hardy
* more accurate copyright file
  closes: #689982
* bump standards version to 3.9.4 (no changes needed)
* Add Vcs-Browser and Vcs-Svn fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE rkhelp>
 
2
<document>
 
3
        <summary>
 
4
                Save one or more selected R objects to a file. <b>Note:</b> Use <i>Workspace->Save Workspace</i> for saving the
 
5
                complete workspace.
 
6
        </summary>
 
7
        <usage>
 
8
                Select the objects to save, and a filename to save to. Created data files can be loaded using <link href="rkward://component/load_r_object"/>.
 
9
        </usage>
 
10
        <settings>
 
11
                <setting id="data">One or more objects to save.</setting>
 
12
                <setting id="file">Location to save to.</setting>
 
13
                <setting id="ascii">Write an ascii, rather than binary representation of the object(s).</setting>
 
14
                <setting id="compress">The file can be compressed to achieve a smaller file size. This control allows to select the method of compression.</setting>
 
15
                <setting id="complevel">Compression level. Higher values indicate better compression.</setting>
 
16
                <setting id="xzextreme">For <i>xz</i> compression, only: Enable xz "extreme" compresison.</setting>
 
17
        </settings>
 
18
        <related>
 
19
                <ul>
 
20
                        <li><link href="rkward://rhelp/save"/></li>
 
21
                        <li><link href="rkward://component/load_r_object"/></li>
 
22
                </ul>
 
23
        </related>
 
24
</document>