Description Usage Arguments Details Value Author(s) References See Also Examples
Builds one or more commands suitable for invoking Sun Grid Engine's qsub
in a
shell.
1 |
command |
character |
... |
extra arguments |
This is almost a wrapper, except that it does not actually make the system call.
All argument values are character. Values are concatenated using paste
, with
the usual effects if any arguments have length greater than one. Arguments
may be used more than once, and will be represented in the order received.
Passing NA results in the argument instance being dropped. Use an empty string
as the value for a flag that does not take a value, e.g. ‘soft’. Quote the ‘@’
argument in backticks.
character
Tim Bergsma
http://metrumrg.googlecode.com
runCommand
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.