Description Usage Arguments Value See Also Examples
APEX Execute
1 | apex_execute(session, command = "whoami", error = TRUE)
|
session |
ssh connection created with |
command |
The command or script to execute |
error |
automatically raise an error if the exit status is non-zero |
list containing exit status, buffered raw stdout, and buffered raw stderr
1 2 3 4 5 6 | ## Not run:
session <- apex_connect()
out <- apex_execute(session)
rawToChar(out$stdout)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.