Description Usage Arguments Value See Also Examples
Run Ruby with an externally provided Ruby script or with
code provided at the command line with ‘-e’. See
repair_S4_docu and swap_code
as examples of functions based on this one.
| 1 2 3 4 5 6 7 8 9 10 11 12 | 
| x | Character vector containing the name of a script
and optionally, after that name, the script's arguments.
If a numeric vector, a required minimum Ruby version. A
command is then constructed that only results if this
version requirement is met. If  | 
| args | Character vector with arguments passed to
Ruby before the content of  | 
| ruby | Character scalar containing the name of the
Ruby executable. It is an error if this file is not found
using  | 
| ... | Optional arguments (except ‘command’)
passed to  | 
Unless x is NULL, the result of a call to
system. This is an integer scalar unless
... dictates otherwise.
base::system base::Sys.which
| 1 2 3 4 5 6 7 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.