Skip to contents

Print an rrlm_context object

Usage

# S3 method for class 'rrlm_context'
print(x, ...)

Arguments

x

An rrlm_context object.

...

Ignored.

Value

x, invisibly.

Examples

if (FALSE) { # \dontrun{
g   <- build_rrlm_graph("mypkg")
ctx <- query_context(g, "load data")
print(ctx)
} # }