View source: R/retistruct-cli.R
retistruct.cli | R Documentation |
This calls retistruct.cli.process
with a time limit
specified by cpu.time.limit
.
retistruct.cli(
dataset,
cpu.time.limit = Inf,
outputdir = NA,
device = "pdf",
...
)
dataset |
Path to dataset to process |
cpu.time.limit |
Time limit in seconds |
outputdir |
Directory in which to save any figures |
device |
String representing device to print figures to |
... |
Other arguments to pass to |
A list comprising
status |
0 for success, 1 for reaching
|
time |
The time take in seconds |
mess |
Any error message |
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.