Skip to contents

S3 method for printing multichain_conn objects. Hides the password for security.

Usage

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

Arguments

x

An object of class "multichain_conn".

...

Additional arguments passed to print (ignored).

Value

Invisibly returns the object x.

See also

mc_connect for creating connections.

Examples

if (FALSE) { # \dontrun{
conn <- mc_connect(config)
print(conn)   # or simply conn
} # }