Skip to contents

Extract the output from a DSPrrr result object.

Usage

get_output(x, ...)

Arguments

x

A DSPrrr result object (e.g., from run() with .return_format = "structured")

...

Additional arguments (unused)

Value

The output value(s) from the result

Examples

if (FALSE) { # \dontrun{
result <- run(mod, text = "hello", .return_format = "structured")
get_output(result)
} # }