Extract the output from a DSPrrr result object.
Arguments
- x
A DSPrrr result object (e.g., from
run()with.return_format = "structured")- ...
Additional arguments (unused)
Examples
if (FALSE) { # \dontrun{
result <- run(mod, text = "hello", .return_format = "structured")
get_output(result)
} # }
