powered by
Builds the output structure.
build_output(output, wait)
The invocation output
A TRUE/FALSE parameter, indicating whether the function should wait for the command to finish, or run it asynchronously
The script output structure
# NOT RUN { output <- c('line 1', '\n', 'line 2') attr(output, 'status') <- 15 script_output <- build_output(output) # }
Run the code above in your browser using DataLab