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 7.0.0 Index]