pathling_disconnect {pathling}R Documentation

Disconnect from the Spark session

Description

Disconnects the Spark connection associated with a Pathling context.

Usage

pathling_disconnect(pc)

Arguments

pc

The PathlingContext object.

Value

No return value, called for side effects only.

See Also

Other context lifecycle functions: pathling_connect(), pathling_disconnect_all(), pathling_spark()


[Package pathling version 6.4.2 Index]