build_output {scriptexec} | R Documentation |
Builds the output structure.
Description
Builds the output structure.
Usage
build_output(output, wait)
Arguments
output |
The invocation output |
wait |
A TRUE/FALSE parameter, indicating whether the function should wait for the command to finish, or run it asynchronously |
Value
The script output structure
Examples
output <- c('line 1', '\n', 'line 2')
attr(output, 'status') <- 15
script_output <- build_output(output)
[Package scriptexec version 0.3.1 Index]